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

/external/llvm/lib/IR/
H A DConstantFold.cpp88 Instruction::CastOps secondOp = Instruction::CastOps(opc); local
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp91 Instruction::CastOps secondOp = Instruction::CastOps(opc); local
94 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
H A DInstructions.cpp2082 Instruction::CastOps firstOp, Instruction::CastOps secondOp,
2087 // correspond to secondOp. In looking at the table below, keep in mind
2118 // U E E 2 2 2 2 R E I T C +- secondOp
2138 bool isSecondBitcast = (secondOp == Instruction::BitCast);
2148 [secondOp-Instruction::CastOpsBegin];
2158 return secondOp;
2173 // no-op cast in first op implies secondOp as long as the SrcTy
2176 return secondOp;
2179 // no-op cast in first op implies secondOp as long as the SrcTy
2182 return secondOp;
2081 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) argument
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp243 Instruction::CastOps secondOp = Instruction::CastOps(opcode); local
250 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp242 Instruction::CastOps secondOp = Instruction::CastOps(opcode); local
244 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,

Completed in 213 milliseconds