Searched refs:secondOp (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 2157 Instruction::CastOps firstOp, Instruction::CastOps secondOp, 2163 // correspond to secondOp. In looking at the table below, keep in mind 2195 // U E E 2 2 2 2 R E I T C C +- secondOp 2216 bool isSecondBitcast = (secondOp == Instruction::BitCast); 2226 [secondOp-Instruction::CastOpsBegin]; 2236 return secondOp; 2251 // No-op cast in first op implies secondOp as long as the SrcTy 2254 return secondOp; 2257 // No-op cast in first op implies secondOp as long as the SrcTy 2260 return secondOp; 2156 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument [all...] |
H A D | ConstantFold.cpp | 88 Instruction::CastOps secondOp = Instruction::CastOps(opc); local 96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 249 Instruction::CastOps secondOp = Instruction::CastOps(opcode); local 256 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
|
Completed in 112 milliseconds