HomeSort by relevance Sort by last modified time
    Searched defs:secondOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
ConstantFold.cpp 88 Instruction::CastOps secondOp = Instruction::CastOps(opc);
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 249 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
256 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]

Completed in 322 milliseconds