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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2311 /// isCompatibleIVType - Return true if we allow an IV chain to include both
2313 static bool isCompatibleIVType(Value *LVal, Value *RVal) { function
2496 if (!isCompatibleIVType(PrevIV, NextIV))
2785 if (!isCompatibleIVType(Phi, IVSrc))

Completed in 88 milliseconds