Searched refs:WCDecl (Results 1 – 3 of 3) sorted by relevance
27 auto *WCDecl = Intrinsic::getDeclarationIfExists( in lowerWidenableCondition() local29 if (!WCDecl || WCDecl->use_empty()) in lowerWidenableCondition()37 for (auto *U : WCDecl->users()) in lowerWidenableCondition()
985 auto *WCDecl = Intrinsic::getDeclarationIfExists( in run() local987 bool HasWidenableConditions = WCDecl && !WCDecl->use_empty(); in run()
1197 auto *WCDecl = Intrinsic::getDeclarationIfExists( in runOnLoop() local1200 PredicateWidenableBranchGuards && WCDecl && !WCDecl->use_empty(); in runOnLoop()