Home
last modified time | relevance | path

Searched refs:SimplifyCastInst (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h255 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp68 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 DLazyValueInfo.cpp1244 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1194 SimplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), SQ); in createExpression()