Searched refs:A1B2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp491 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); local
498 dyn_cast<SCEVConstant>(SE->getMinusSCEV(A1B2, A2B1));
500 dyn_cast<SCEVConstant>(SE->getMinusSCEV(A2B1, A1B2));

Completed in 193 milliseconds