Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp158 if (Value *V = SimplifyCastInst(I.getOpcode(), Op, I.getType(), DL)) { in visitCastInst()
H A DInstructionSimplify.cpp71 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 DLazyValueInfo.cpp1263 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h271 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1194 SimplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), SQ); in createExpression()