Searched refs:SizeCIOp (Results 1 - 3 of 3) 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))
789 dyn_cast<ConstantInt>(CI->getArgOperand(SizeCIOp))) {
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp670 bool isFoldable(unsigned SizeCIOp, unsigned, bool) const { argument
672 dyn_cast<ConstantInt>(CI->getArgOperand(SizeCIOp)))

Completed in 182 milliseconds