Searched refs:getC (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/bin/csh/ |
| H A D | lex.c | 133 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f)) macro 266 while ((c = getC(DOALL)) == ' ' || c == '\t') in word() 275 c1 = getC(DOALL); in word() 288 c = getC(0); in word() 302 c = getC(0); in word() 322 c = getC(0); in word() 343 c = getC(0); in word() 364 c = getC(dolflg); in word() 442 c = sc = getC(DOEXCL); in getdol() 449 *np++ = (Char)c, c = getC(DOEXCL); in getdol() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 353 const SCEV *DependenceInfo::Constraint::getC() const { in getC() function in DependenceInfo::Constraint 419 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump() 422 *getB() << "*Y = " << *getC() << "\n"; in dump() 489 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints() 490 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints() 503 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints() 504 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints() 505 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints() 506 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints() 572 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC())) in intersectConstraints() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 429 const SCEV *getC() const;
|