LLVM 19.0.0git
llvm::TargetFolder Member List

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

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