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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2303 /// getWideOperand - IVChain logic must consistenctly peek base TruncInst
2305 static Value *getWideOperand(Value *Oper) { function
2377 const SCEV *HeadExpr = SE.getSCEV(getWideOperand(Incs[0].IVOperand));
2477 Value *const NextIV = getWideOperand(IVOper);
2495 Value *PrevIV = getWideOperand(Chain.Incs.back().IVOperand);
2711 IVSrc = getWideOperand(*IVOpIter);

Completed in 66 milliseconds