Home
last modified time | relevance | path

Searched refs:simplifyCastInst (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp161 if (Value *V = simplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
H A DInstructionSimplify.cpp70 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 DLazyValueInfo.cpp1273 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h270 Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1202 simplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), Q); in createExpression()