Searched defs:transformSExtICmp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp967 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { function in class:InstCombiner
1183 return transformSExtICmp(ICI, CI);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp888 /// transformSExtICmp - Transform (sext icmp) to bitwise / integer operations
890 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { function in class:InstCombiner
1109 return transformSExtICmp(ICI, CI);

Completed in 113 milliseconds