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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp796 const SCEVCastExpr *DstCast = cast<SCEVCastExpr>(Dst); local
797 if (SrcCast->getType() == DstCast->getType()) {
799 Pair->Dst = DstCast->getOperand();

Completed in 40 milliseconds