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

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

Completed in 102 milliseconds