Searched refs:SimplifyCastInst (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 158 if (Value *V = SimplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
|
| H A D | InstructionSimplify.cpp | 71 static Value *SimplifyCastInst(unsigned, Value *, Type *, 842 if (Value *W = SimplifyCastInst(Instruction::Trunc, V, Op0->getType(), in SimplifySubInst() 4625 static Value *SimplifyCastInst(unsigned CastOpc, Value *Op, in SimplifyCastInst() function 4659 Value *llvm::SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in SimplifyCastInst() function in llvm 4661 return ::SimplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in SimplifyCastInst() 6217 Result = SimplifyCastInst(I->getOpcode(), NewOps[0], I->getType(), Q); in simplifyInstructionWithOperands()
|
| H A D | LazyValueInfo.cpp | 1263 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 271 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1194 SimplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), SQ); in createExpression()
|