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

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

Completed in 93 milliseconds