Searched refs:foldEVLIntoMask (Results 1 – 1 of 1) sorted by relevance
155 std::pair<Value *, bool> foldEVLIntoMask(VPIntrinsic &VPI);520 std::pair<Value *, bool> CachingVPExpander::foldEVLIntoMask(VPIntrinsic &VPI) { in foldEVLIntoMask() function in __anon5c55e3990111::CachingVPExpander677 if (auto [NewVPI, Folded] = foldEVLIntoMask(VPI); Folded) { in expandVectorPredication()