Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h64 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2185 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument
2188 if (CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(SizeOp)) in isFortifiedCallFoldable()
2191 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()