Home
last modified time | relevance | path

Searched refs:transformSExtICmp (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h223 Instruction *transformSExtICmp(ICmpInst *ICI, Instruction &CI);
DInstCombineCasts.cpp890 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { in transformSExtICmp() function in InstCombiner
1109 return transformSExtICmp(ICI, CI); in visitSExt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h390 Instruction *transformSExtICmp(ICmpInst *ICI, Instruction &CI);
DInstCombineCasts.cpp967 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { in transformSExtICmp() function in InstCombiner
1183 return transformSExtICmp(ICI, CI); in visitSExt()