Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h67 static unsigned short computeExpressionSize(ArrayRef<const SCEV *> Args) { in computeExpressionSize() function
153 : SCEV(ID, T, computeExpressionSize(makeArrayRef(O, N))), Operands(O), in SCEVNAryExpr()
266 : SCEV(ID, scUDivExpr, computeExpressionSize({lhs, rhs})), LHS(lhs), in SCEVUDivExpr()
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h67 inline unsigned short computeExpressionSize(ArrayRef<const SCEV *> Args) { in computeExpressionSize() function
193 : SCEV(ID, T, computeExpressionSize(makeArrayRef(O, N))), Operands(O), in SCEVNAryExpr()
309 : SCEV(ID, scUDivExpr, computeExpressionSize({lhs, rhs})) { in SCEVUDivExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp450 : SCEV(ID, SCEVTy, computeExpressionSize(op)), Op(op), Ty(ty) {} in SCEVCastExpr()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp469 : SCEV(ID, SCEVTy, computeExpressionSize(op)), Ty(ty) { in SCEVCastExpr()