Searched refs:isEliminableCastPair (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Instruction.def | 181 // NOTE: The order matters here because CastInst::isEliminableCastPair
|
H A D | InstrTypes.h | 667 static unsigned isEliminableCastPair(
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 250 InstCombinerImpl::isEliminableCastPair(const CastInst *CI1, in isEliminableCastPair() function in InstCombinerImpl 264 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, in isEliminableCastPair() 283 if (Instruction::CastOps NewOpc = isEliminableCastPair(CSrc, &CI)) { in commonCastTransforms()
|
H A D | InstCombineInternal.h | 340 Instruction::CastOps isEliminableCastPair(const CastInst *CI1,
|
H A D | InstCombineAndOrXor.cpp | 1561 if (isEliminableCastPair(PrecedingCI, CI)) in shouldOptimizeCast()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 107 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy, in foldConstantCastPair()
|
H A D | Instructions.cpp | 2729 unsigned CastInst::isEliminableCastPair( in isEliminableCastPair() function in CastInst
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4568 if (CastInst::isEliminableCastPair(FirstOp, SecondOp, SrcTy, MidTy, DstTy, in SimplifyCastInst()
|