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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h102 virtual bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp783 bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp, bool isString) const { argument
784 if (CI->getArgOperand(SizeCIOp) == CI->getArgOperand(SizeArgOp))
791 uint64_t Len = GetStringLength(CI->getArgOperand(SizeArgOp));
798 CI->getArgOperand(SizeArgOp)))

Completed in 116 milliseconds