Home
last modified time | relevance | path

Searched refs:expandCodeForImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp801 Value *W = expandCodeForImpl(Op, Ty, false); in visitAddExpr()
853 Value *P = expandCodeForImpl(I->second, Ty, false); in visitMulExpr()
912 Value *LHS = expandCodeForImpl(S->getLHS(), Ty, false); in visitUDivExpr()
921 Value *RHS = expandCodeForImpl(S->getRHS(), Ty, false); in visitUDivExpr()
1349 Value *StepV = expandCodeForImpl( in getAddRecExprPHILiterally()
1507 StepV = expandCodeForImpl( in expandAddRecExprLiterally()
1716 Value *V = expandCodeForImpl( in visitTruncateExpr()
1724 Value *V = expandCodeForImpl( in visitZeroExtendExpr()
1732 Value *V = expandCodeForImpl( in visitSignExtendExpr()
1857 Value *V = expandCodeForImpl(SH, Ty, Root); in expandCodeForImpl()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h276 return expandCodeForImpl(SH, Ty, I, true);
284 return expandCodeForImpl(SH, Ty, true);
401 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, bool Root);
407 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, Instruction *I, bool Root);