Searched refs:SimplifyCastInst (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 218 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 63 static Value *SimplifyCastInst(unsigned, Value *, Type *, 813 if (Value *W = SimplifyCastInst(Instruction::Trunc, V, Op0->getType(), in SimplifySubInst() 4326 static Value *SimplifyCastInst(unsigned CastOpc, Value *Op, in SimplifyCastInst() function 4360 Value *llvm::SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in SimplifyCastInst() function in llvm 4362 return ::SimplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in SimplifyCastInst() 5338 SimplifyCastInst(I->getOpcode(), I->getOperand(0), I->getType(), Q); in SimplifyInstruction()
|
| H A D | LazyValueInfo.cpp | 1213 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1172 SimplifyCastInst(BI->getOpcode(), BI->getOperand(0), BI->getType(), SQ); in createExpression()
|