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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2474 /// isCompatibleIVType - Return true if we allow an IV chain to include both
2476 static bool isCompatibleIVType(Value *LVal, Value *RVal) { function
2659 if (!isCompatibleIVType(PrevIV, NextIV))
2961 if (!isCompatibleIVType(Phi, IVSrc))

Completed in 134 milliseconds