Searched refs:RHSInt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3416 Constant *RHSInt = LHSUnsigned local
3421 ? ConstantExpr::getUIToFP(RHSInt, RHSC->getType()) == RHSC
3422 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC;
3489 return new ICmpInst(Pred, LHSI->getOperand(0), RHSInt);

Completed in 59 milliseconds