Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h218 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp63 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 DLazyValueInfo.cpp1213 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1172 SimplifyCastInst(BI->getOpcode(), BI->getOperand(0), BI->getType(), SQ); in createExpression()