Searched defs:RHSTrunc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1189 Value *RHSTrunc = LookThroughFPExtensions(OpI->getOperand(1)); local
1191 RHSTrunc->getType() != SrcTy) {
1196 RHSTrunc->getType()->getScalarSizeInBits() <= DstSize) {
1198 RHSTrunc = Builder->CreateFPExt(RHSTrunc, CI.getType());
1199 return BinaryOperator::Create(OpI->getOpcode(), LHSTrunc, RHSTrunc);

Completed in 122 milliseconds