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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp89 Instruction::CastOps secondOp = Instruction::CastOps(opc); local
H A DInstructions.cpp2522 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp240 Instruction::CastOps secondOp = CI2->getOpcode(); local

Completed in 128 milliseconds