Searched refs:simplifyCastInst (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 117 return simplifyCastInst(Op, V, DestTy, SQ); in FoldCast()
|
| H A D | InstructionSimplify.h | 188 Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 161 if (Value *V = simplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
|
| H A D | PHITransAddr.cpp | 182 if (Value *V = simplifyCastInst(Cast->getOpcode(), PHIIn, Cast->getType(), in translateSubExpr()
|
| H A D | InstructionSimplify.cpp | 72 static Value *simplifyCastInst(unsigned, Value *, Type *, const SimplifyQuery &, 892 if (Value *W = simplifyCastInst(Instruction::Trunc, V, Op0->getType(), in simplifySubInst() 5321 static Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function 5363 Value *llvm::simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function in llvm 5365 return ::simplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in simplifyCastInst() 7181 return simplifyCastInst(I->getOpcode(), NewOps[0], I->getType(), Q, in simplifyInstructionWithOperands()
|
| H A D | LazyValueInfo.cpp | 1343 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1200 simplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), Q); in createExpression()
|