LLVM 19.0.0git
llvm::IRBuilderFolder Member List

This is the complete list of members for llvm::IRBuilderFolder, including all inherited members.

CreateFCmp(CmpInst::Predicate P, Constant *LHS, Constant *RHS) const =0llvm::IRBuilderFolderpure virtual
CreatePointerBitCastOrAddrSpaceCast(Constant *C, Type *DestTy) const =0llvm::IRBuilderFolderpure virtual
CreatePointerCast(Constant *C, Type *DestTy) const =0llvm::IRBuilderFolderpure virtual
FoldBinaryIntrinsic(Intrinsic::ID ID, Value *LHS, Value *RHS, Type *Ty, Instruction *FMFSource=nullptr) const =0llvm::IRBuilderFolderpure virtual
FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS) const =0llvm::IRBuilderFolderpure virtual
FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, FastMathFlags FMF) const =0llvm::IRBuilderFolderpure virtual
FoldCast(Instruction::CastOps Op, Value *V, Type *DestTy) const =0llvm::IRBuilderFolderpure virtual
FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, bool IsExact) const =0llvm::IRBuilderFolderpure virtual
FoldExtractElement(Value *Vec, Value *Idx) const =0llvm::IRBuilderFolderpure virtual
FoldExtractValue(Value *Agg, ArrayRef< unsigned > IdxList) const =0llvm::IRBuilderFolderpure virtual
FoldGEP(Type *Ty, Value *Ptr, ArrayRef< Value * > IdxList, bool IsInBounds=false) const =0llvm::IRBuilderFolderpure virtual
FoldICmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const =0llvm::IRBuilderFolderpure virtual
FoldInsertElement(Value *Vec, Value *NewElt, Value *Idx) const =0llvm::IRBuilderFolderpure virtual
FoldInsertValue(Value *Agg, Value *Val, ArrayRef< unsigned > IdxList) const =0llvm::IRBuilderFolderpure virtual
FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, bool HasNUW, bool HasNSW) const =0llvm::IRBuilderFolderpure virtual
FoldSelect(Value *C, Value *True, Value *False) const =0llvm::IRBuilderFolderpure virtual
FoldShuffleVector(Value *V1, Value *V2, ArrayRef< int > Mask) const =0llvm::IRBuilderFolderpure virtual
FoldUnOpFMF(Instruction::UnaryOps Opc, Value *V, FastMathFlags FMF) const =0llvm::IRBuilderFolderpure virtual
~IRBuilderFolder()llvm::IRBuilderFoldervirtual