Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:RHSTrunc

1386     Value *RHSTrunc = Builder->CreateFPTrunc(SI->getOperand(2),
1388 return SelectInst::Create(SI->getOperand(0), LHSTrunc, RHSTrunc);