Searched refs:VVPOpc (Results 1 – 2 of 2) sorted by relevance
86 auto VVPOpc = getVVPOpcode(Op->getOpcode()); in maySafelyIgnoreMask() local87 auto Opc = VVPOpc.value_or(Op->getOpcode()); in maySafelyIgnoreMask()263 if (auto VVPOpc = getVVPOpcode(OC)) in getIdiomaticVectorType() local264 OC = *VVPOpc; in getIdiomaticVectorType()
125 auto VVPOpc = *getVVPOpcode(Op->getOpcode()); in lowerVVP_LOAD_STORE() local 126 const bool IsLoad = (VVPOpc == VEISD::VVP_LOAD); in lowerVVP_LOAD_STORE() 171 assert(VVPOpc == VEISD::VVP_STORE); in lowerVVP_LOAD_STORE()