Searched refs:getC (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | sh.lex.c | 127 #define getC(f) (((getCtmp = peekc) != '\0') ? (peekc = 0, (eChar)getCtmp) : getC1(f)) macro 307 while ((c = getC(DOALL)) == ' ' || c == '\t') in word() 316 c1 = getC(DOALL); in word() 330 c = getC(0); in word() 350 c = getC(0); in word() 374 c = getC(0); in word() 409 c = getC(0); in word() 429 c = getC(dolflg); in word() 507 c = sc = getC(DOEXCL); in getdol() 516 Strbuf_append1(&name, c), c = getC(DOEXCL); in getdol() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 437 const SCEV *DependenceInfo::Constraint::getC() const { in getC() function in DependenceInfo::Constraint 503 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump() 506 *getB() << "*Y = " << *getC() << "\n"; in dump() 573 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints() 574 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints() 587 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints() 588 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints() 589 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints() 590 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints() 656 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC())) in intersectConstraints() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 464 LLVM_ABI const SCEV *getC() const;
|