Home
last modified time | relevance | path

Searched defs:VPBlockUser (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h348 struct VPBlockUser : public VPUser { struct
349 VPBlockUser() : VPUser({}, VPUserID::Block) {} in VPBlockUser() function
351 VPValue *getSingleOperandOrNull() { in getSingleOperandOrNull()
357 const VPValue *getSingleOperandOrNull() const { in getSingleOperandOrNull()
364 void resetSingleOpUser(VPValue *NewVal) { in resetSingleOpUser()