Home
last modified time | relevance | path

Searched refs:visitConstant (Results 1 – 19 of 19) sorted by relevance

/external/desugar/java/com/google/devtools/build/android/desugar/scan/
DPrefixReferenceScanner.java284 visitConstant(bsmArg); in visitInvokeDynamicInsn()
290 visitConstant(cst); in visitLdcInsn()
293 private void visitConstant(Object cst) { in visitConstant() method in PrefixReferenceScanner.PrefixReferenceMethodVisitor
/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExpr.cpp175 visitConstant(expr.getStripeFactor()); in print()
186 void visitConstant(SDBMConstantExpr expr) { prn << expr.getValue(); } in print() function
209 SDBMExpr visitConstant(SDBMConstantExpr expr) { in visitConstant() function
223 auto cst = visitConstant(sum.getRHS()).cast<SDBMConstantExpr>(); in visitDiff()
292 AffineExpr visitConstant(SDBMConstantExpr expr) { in getAsAffineExpr() function
DSDBM.cpp142 SDBMBuilderResult visitConstant(SDBMConstantExpr expr) { in visitConstant() function
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionDivision.h48 void visitConstant(const SCEVConstant *Numerator);
DScalarEvolutionExpressions.h572 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit()
729 const SCEV *visitConstant(const SCEVConstant *Constant) { in visitConstant() function
/external/llvm-project/polly/include/polly/Support/
DSCEVAffinator.h101 PWACtx visitConstant(const llvm::SCEVConstant *E);
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMExpr.h371 return derived->visitConstant(expr.cast<SDBMConstantExpr>()); in visit()
393 void visitConstant(SDBMConstantExpr) {} in visitConstant() function
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolutionDivision.cpp110 void SCEVDivision::visitConstant(const SCEVConstant *Numerator) { in visitConstant() function in SCEVDivision
DScalarEvolution.cpp12511 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify() function
/external/llvm-project/polly/lib/Support/
DSCEVAffinator.cpp232 PWAC = combine(PWAC, visitConstant(Factor), isl_pw_aff_mul); in visit()
247 PWACtx SCEVAffinator::visitConstant(const SCEVConstant *Expr) { in visitConstant() function in SCEVAffinator
DScopHelper.cpp343 const SCEV *visitConstant(const SCEVConstant *E) { return E; } in visitConstant() function
DSCEVValidator.cpp145 class ValidatorResult visitConstant(const SCEVConstant *Constant) { in visitConstant() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h443 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit()
548 const SCEV *visitConstant(const SCEVConstant *Constant) { in visitConstant() function
DScalarEvolutionExpander.h325 Value *visitConstant(const SCEVConstant *S) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h362 Value *visitConstant(const SCEVConstant *S) {
DScalarEvolutionExpressions.h516 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit()
672 const SCEV *visitConstant(const SCEVConstant *Constant) { in visitConstant() function
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h447 Value *visitConstant(const SCEVConstant *S) { return S->getValue(); }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp958 void visitConstant(const SCEVConstant *Numerator) { in visitConstant() function
11992 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify() function
/external/llvm/lib/Analysis/
DScalarEvolution.cpp763 void visitConstant(const SCEVConstant *Numerator) { in visitConstant() function