Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp161 if (Value *V = simplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
H A DInstructionSimplify.cpp71 static Value *simplifyCastInst(unsigned, Value *, Type *, const SimplifyQuery &,
888 if (Value *W = simplifyCastInst(Instruction::Trunc, V, Op0->getType(), in simplifySubInst()
5060 static Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function
5094 Value *llvm::simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in simplifyCastInst() function in llvm
5096 return ::simplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in simplifyCastInst()
6690 return simplifyCastInst(I->getOpcode(), NewOps[0], I->getType(), Q); in simplifyInstructionWithOperands()
H A DLazyValueInfo.cpp1295 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h274 Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1199 simplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), Q); in createExpression()