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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp88 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode()); 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.cpp239 Instruction::CastOps firstOp = CI1->getOpcode(); local

Completed in 135 milliseconds