Searched refs:IsPromotable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp140 auto IsPromotable = [&Promotable] (const Value *V) -> bool { local
153 if (!std::all_of(Users.begin(), Users.end(), IsPromotable) ||
154 !std::all_of(Operands.begin(), Operands.end(), IsPromotable))

Completed in 100 milliseconds