Searched refs:simplifyCastInst (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 161 if (Value *V = simplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
|
| H A D | InstructionSimplify.cpp | 71 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 D | LazyValueInfo.cpp | 1295 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 274 Value *simplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1199 simplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), Q); in createExpression()
|