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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2284 const SCEVConstant *ConstOp = getConstantPart(Product); local
2285 if (!ConstOp)
2287 APInt ConstOpValue = ConstOp->getValue()->getValue();

Completed in 98 milliseconds