Searched refs:SizeArgOp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h117 virtual bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp,
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp785 bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp, bool isString) const { argument
786 if (CI->getArgOperand(SizeCIOp) == CI->getArgOperand(SizeArgOp))
793 uint64_t Len = GetStringLength(CI->getArgOperand(SizeArgOp));
800 CI->getArgOperand(SizeArgOp)))

Completed in 73 milliseconds