Searched refs:getC (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/bin/csh/ |
| H A D | lex.c | 128 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f)) macro 232 while ((c = getC(DOALL)) == ' ' || c == '\t') in word() 241 c1 = getC(DOALL); in word() 254 c = getC(0); in word() 268 c = getC(0); in word() 287 c = getC(0); in word() 308 c = getC(0); in word() 329 c = getC(dolflg); in word() 408 c = sc = getC(DOEXCL); in getdol() 415 *np++ = c, c = getC(DOEXCL); in getdol() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 418 const SCEV *DependenceInfo::Constraint::getC() const { in getC() function in DependenceInfo::Constraint 484 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump() 487 *getB() << "*Y = " << *getC() << "\n"; in dump() 554 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints() 555 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints() 568 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints() 569 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints() 570 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints() 571 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints() 637 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC())) in intersectConstraints() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 450 const SCEV *getC() const;
|