Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcsh/
H A Dsh.lex.c330 c = getC(0); in word()
374 c = getC(0); in word()
409 c = getC(0); in word()
697 c = getC(0); in getexcl()
727 c = getC(0); in getexcl()
745 c = getC(0); in getexcl()
759 c = getC(0); in getexcl()
829 c = getC(0); in getsub()
852 c = getC(0); in getsub()
1138 c = getC(0); in getsel()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp418 const SCEV *DependenceInfo::Constraint::getC() const { in getC() function in DependenceInfo::Constraint
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()
639 if (isKnownPredicate(CmpInst::ICMP_NE, Sum, Y->getC())) { in intersectConstraints()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h450 const SCEV *getC() const;