Home
last modified time | relevance | path

Searched refs:SizeCIOp (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DBuildLibCalls.h102 virtual bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp783 bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp, bool isString) const { in isFoldable() argument
784 if (CI->getArgOperand(SizeCIOp) == CI->getArgOperand(SizeArgOp)) in isFoldable()
787 dyn_cast<ConstantInt>(CI->getArgOperand(SizeCIOp))) { in isFoldable()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp503 bool isFoldable(unsigned SizeCIOp, unsigned, bool) const { in isFoldable() argument
505 dyn_cast<ConstantInt>(CI->getArgOperand(SizeCIOp))) in isFoldable()