Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h119 return simplifyCastInst(Op, V, DestTy, SQ); in FoldCast()
H A DInstructionSimplify.h194 LLVM_ABI Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp137 if (Value *V = simplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
H A DPHITransAddr.cpp182 if (Value *V = simplifyCastInst(Cast->getOpcode(), PHIIn, Cast->getType(), in translateSubExpr()
H A DInstructionSimplify.cpp76 static Value *simplifyCastInst(unsigned, Value *, Type *, const SimplifyQuery &,
849 if (Value *W = simplifyCastInst(Instruction::Trunc, V, Op0->getType(), in simplifySubInst()
5358 static Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function
5400 Value *llvm::simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function in llvm
5402 return ::simplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in simplifyCastInst()
7223 return simplifyCastInst(I->getOpcode(), NewOps[0], I->getType(), Q, in simplifyInstructionWithOperands()
H A DLazyValueInfo.cpp1419 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1237 simplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), Q); in createExpression()