Searched refs:ObjSizeOp (Results 1 – 2 of 2) sorted by relevance
64 bool isFortifiedCallFoldable(CallInst *CI, unsigned ObjSizeOp,
2185 unsigned ObjSizeOp, in isFortifiedCallFoldable() argument2188 if (CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(SizeOp)) in isFortifiedCallFoldable()2191 dyn_cast<ConstantInt>(CI->getArgOperand(ObjSizeOp))) { in isFortifiedCallFoldable()