Home
last modified time | relevance | path

Searched refs:stopValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DForLoopUnroll.cpp76 info.stopValue = evaluateIntConstant( in FillLoopIndexInfo()
95 return (info.currentValue == info.stopValue); in SatisfiesLoopCondition()
97 return (info.currentValue != info.stopValue); in SatisfiesLoopCondition()
99 return (info.currentValue < info.stopValue); in SatisfiesLoopCondition()
101 return (info.currentValue > info.stopValue); in SatisfiesLoopCondition()
103 return (info.currentValue <= info.stopValue); in SatisfiesLoopCondition()
105 return (info.currentValue >= info.stopValue); in SatisfiesLoopCondition()
DForLoopUnroll.h15 int stopValue; member