Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSTrunc

1198       Value *RHSTrunc = LookThroughFPExtensions(OpI->getOperand(1));
1200 RHSTrunc->getType() != SrcTy) {
1205 RHSTrunc->getType()->getScalarSizeInBits() <= DstSize) {
1207 RHSTrunc = Builder->CreateFPExt(RHSTrunc, CI.getType());
1208 return BinaryOperator::Create(OpI->getOpcode(), LHSTrunc, RHSTrunc);