Home
last modified time | relevance | path

Searched refs:ObjSizeOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h94 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2446 auto *ObjSizeOp = in isLoweredToCall() local
2448 if (LenOp && ObjSizeOp && in isLoweredToCall()
2449 LenOp->getLimitedValue() <= ObjSizeOp->getLimitedValue()) { in isLoweredToCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4272 CallInst *CI, unsigned ObjSizeOp, std::optional<unsigned> SizeOp, in isFortifiedCallFoldable() argument
4282 if (SizeOp && CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(*SizeOp)) in isFortifiedCallFoldable()
4286 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()