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

  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp 90 Instruction::CastOps secondOp = Instruction::CastOps(opc);
98 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 243 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
250 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]

Completed in 765 milliseconds