Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1173 Value *CompareVal = LHSI->getOperand(0); in visitICmpInstWithInstAndIntCst() local
1178 ICI.setOperand(0, CompareVal); in visitICmpInstWithInstAndIntCst()
1190 return new ICmpInst(ICmpInst::ICMP_SGT, CompareVal, in visitICmpInstWithInstAndIntCst()
1193 return new ICmpInst(ICmpInst::ICMP_SLT, CompareVal, in visitICmpInstWithInstAndIntCst()