Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h117 return simplifyCastInst(Op, V, DestTy, SQ); in FoldCast()
H A DInstructionSimplify.h186 Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp161 if (Value *V = simplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
H A DPHITransAddr.cpp181 if (Value *V = simplifyCastInst(Cast->getOpcode(), PHIIn, Cast->getType(), in translateSubExpr()
H A DInstructionSimplify.cpp71 static Value *simplifyCastInst(unsigned, Value *, Type *, const SimplifyQuery &,
891 if (Value *W = simplifyCastInst(Instruction::Trunc, V, Op0->getType(), in simplifySubInst()
5289 static Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function
5323 Value *llvm::simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function in llvm
5325 return ::simplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in simplifyCastInst()
7097 return simplifyCastInst(I->getOpcode(), NewOps[0], I->getType(), Q, in simplifyInstructionWithOperands()
H A DLazyValueInfo.cpp1335 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1196 simplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), Q); in createExpression()