Searched refs:HLSLLoopHint (Results 1 – 2 of 2) sorted by relevance
597 const HLSLLoopHintAttr *HLSLLoopHint = dyn_cast<HLSLLoopHintAttr>(Attr); in push() local599 if (!LH && !OpenCLHint && !HLSLLoopHint) { in push()620 } else if (HLSLLoopHint) { in push()621 ValueInt = HLSLLoopHint->getDirective(); in push()622 if (HLSLLoopHint->getSemanticSpelling() == in push()
4526 def HLSLLoopHint: StmtAttr {