Declared in <llvm/IR/IRBuilderFolder.h>
virtual
Value*
FoldIntrinsic(
Intrinsic::ID ID,
ArrayRef<Value*> Ops,
Type* Ty,
FastMathFlags FMF = {},
Function* CtxF = nullptr) const = 0;
» more...
virtual
Value*
FoldIntrinsic(
Intrinsic::ID ID,
ArrayRef<Value*> Ops,
Type* Ty,
FastMathFlags FMF = {},
Function* CxtF = nullptr) const override;
» more...