Home
last modified time | relevance | path

Searched refs:getC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.lex.c127 #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 DDependenceAnalysis.cpp418 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h448 /// getC - If constraint is a line AX + BY = C, returns C.
450 const SCEV *getC() const;