Lines Matching refs:ValueInt
623 unsigned ValueInt = 1; in push() local
631 ValueInt = OpenCLHint->getUnrollHint(); in push()
632 if (ValueInt == 0) { in push()
634 } else if (ValueInt != 1) { in push()
639 ValueInt = HLSLLoopHint->getDirective(); in push()
642 if (ValueInt == 0) in push()
644 if (ValueInt > 0) { in push()
653 ValueInt = ValueAPS.getSExtValue(); in push()
775 setVectorizeWidth(ValueInt); in push()
785 setInterleaveCount(ValueInt); in push()
788 setUnrollCount(ValueInt); in push()
791 setUnrollAndJamCount(ValueInt); in push()
794 setPipelineInitiationInterval(ValueInt); in push()