Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h117 return simplifyCastInst(Op, V, DestTy, SQ); in FoldCast()
H A DInstructionSimplify.h188 Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/src/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.cpp182 if (Value *V = simplifyCastInst(Cast->getOpcode(), PHIIn, Cast->getType(), in translateSubExpr()
H A DInstructionSimplify.cpp72 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 DLazyValueInfo.cpp1343 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1200 simplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), Q); in createExpression()