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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2126 Instruction::CastOps firstOp, Instruction::CastOps secondOp,
2131 // case in the switch below. The rows correspond to firstOp, the columns
2172 { 99,99,99, 0, 0,99,99, 0, 0,99,99, 4, 0}, // UIToFP +- firstOp
2184 bool isFirstBitcast = (firstOp == Instruction::BitCast);
2194 int ElimCase = CastResults[firstOp-Instruction::CastOpsBegin]
2202 return firstOp;
2207 // No-op cast in second op implies firstOp as long as the DestTy
2211 return firstOp;
2214 // No-op cast in second op implies firstOp as long as the DestTy
2217 return firstOp;
2125 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument
[all...]
H A DConstantFold.cpp87 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode()); local
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp245 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode()); local
253 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,

Completed in 68 milliseconds