Searched refs:SimplifyCastInst (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 255 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 68 static Value *SimplifyCastInst(unsigned, Value *, Type *, 831 if (Value *W = SimplifyCastInst(Instruction::Trunc, V, Op0->getType(), in SimplifySubInst() 4549 static Value *SimplifyCastInst(unsigned CastOpc, Value *Op, in SimplifyCastInst() function 4583 Value *llvm::SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty, in SimplifyCastInst() function in llvm 4585 return ::SimplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit); in SimplifyCastInst() 5966 SimplifyCastInst(I->getOpcode(), I->getOperand(0), I->getType(), Q); in SimplifyInstruction()
|
H A D | LazyValueInfo.cpp | 1244 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 1194 SimplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), SQ); in createExpression()
|