Searched refs:isEliminableCastPair (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.def | 181 // NOTE: The order matters here because CastInst::isEliminableCastPair
|
H A D | InstrTypes.h | 682 static unsigned isEliminableCastPair(
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 126 InstCombinerImpl::isEliminableCastPair(const CastInst *CI1, in isEliminableCastPair() function in InstCombinerImpl 140 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, in isEliminableCastPair() 164 if (Instruction::CastOps NewOpc = isEliminableCastPair(CSrc, &CI)) { in commonCastTransforms()
|
H A D | InstCombineInternal.h | 409 Instruction::CastOps isEliminableCastPair(const CastInst *CI1,
|
H A D | InstCombineAndOrXor.cpp | 1701 if (isEliminableCastPair(PrecedingCI, CI)) in shouldOptimizeCast()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 66 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy, in foldConstantCastPair()
|
H A D | Instructions.cpp | 2759 unsigned CastInst::isEliminableCastPair( in isEliminableCastPair() function in CastInst
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5340 if (CastInst::isEliminableCastPair(FirstOp, SecondOp, SrcTy, MidTy, DstTy, in simplifyCastInst()
|