Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp692 Value *OldEVLParam = VPI.getVectorLengthParam(); in foldEVLIntoMask() local
694 assert(OldEVLParam && "no EVL param to fold away"); in foldEVLIntoMask()
696 LLVM_DEBUG(dbgs() << "OLD evl: " << *OldEVLParam << '\n'); in foldEVLIntoMask()
701 Value *VLMask = convertEVLToMask(Builder, OldEVLParam, ElemCount); in foldEVLIntoMask()