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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2279 const SCEVConstant *ConstOp = getConstantPart(Product); local
2280 if (!ConstOp)
2282 APInt ConstOpValue = ConstOp->getValue()->getValue();

Completed in 47 milliseconds