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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1198 Value *RHSTrunc = LookThroughFPExtensions(OpI->getOperand(1)); local
1200 RHSTrunc->getType() != SrcTy) {
1205 RHSTrunc->getType()->getScalarSizeInBits() <= DstSize) {
1207 RHSTrunc = Builder->CreateFPExt(RHSTrunc, CI.getType());
1208 return BinaryOperator::Create(OpI->getOpcode(), LHSTrunc, RHSTrunc);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16417 bool RHSTrunc = N1.getOpcode() == ISD::TRUNCATE;
16420 if (!RHSTrunc && !RHSConst)
16435 } else if (RHSTrunc) {

Completed in 210 milliseconds