Home
last modified time | relevance | path

Searched refs:foldEVLIntoMask (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp155 std::pair<Value *, bool> foldEVLIntoMask(VPIntrinsic &VPI);
520 std::pair<Value *, bool> CachingVPExpander::foldEVLIntoMask(VPIntrinsic &VPI) { in foldEVLIntoMask() function in __anon5c55e3990111::CachingVPExpander
677 if (auto [NewVPI, Folded] = foldEVLIntoMask(VPI); Folded) { in expandVectorPredication()