Searched refs:getOptionalBoolLoopAttribute (Results 1 – 3 of 3) sorted by relevance
1069 Optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() function in llvm1088 return getOptionalBoolLoopAttribute(TheLoop, Name).getValueOr(false); in getBooleanLoopAttribute()
1298 Optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop,
401 getOptionalBoolLoopAttribute(L, "llvm.loop.vectorize.enable"); in hasVectorizeTransformation()