Searched refs:simplifyCastInst (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 161 if (Value *V = simplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
|
| H A D | InstructionSimplify.cpp | 70 static Value *simplifyCastInst(unsigned, Value *, Type *, const SimplifyQuery &, 851 if (Value *W = simplifyCastInst(Instruction::Trunc, V, Op0->getType(), in simplifySubInst() 4849 static Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function 4883 Value *llvm::simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function in llvm 4885 return ::simplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in simplifyCastInst() 6430 Result = simplifyCastInst(I->getOpcode(), NewOps[0], I->getType(), Q); in simplifyInstructionWithOperands()
|
| H A D | LazyValueInfo.cpp | 1273 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 270 Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1202 simplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), Q); in createExpression()
|