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

/external/llvm/lib/VMCore/
H A DInstructions.cpp2114 Instruction::CastOps firstOp, Instruction::CastOps secondOp,
2119 // correspond to secondOp. In looking at the table below, keep in mind
2150 // U E E 2 2 2 2 R E I T C +- secondOp
2170 bool isSecondBitcast = (secondOp == Instruction::BitCast);
2180 [secondOp-Instruction::CastOpsBegin];
2190 return secondOp;
2205 // no-op cast in first op implies secondOp as long as the SrcTy
2208 return secondOp;
2211 // no-op cast in first op implies secondOp as long as the SrcTy
2214 return secondOp;
2113 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) argument
[all...]
H A DConstantFold.cpp88 Instruction::CastOps secondOp = Instruction::CastOps(opc); local
91 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp240 Instruction::CastOps secondOp = Instruction::CastOps(opcode); local
242 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,

Completed in 101 milliseconds