Searched defs:ModExpr (Results 1 – 4 of 4) sorted by relevance
125 const std::string ModExpr = "x " + GetParam() + " 10"; in TEST_P() local134 const std::string ModExpr = "(x) " + GetParam() + " 10"; in TEST_P() local143 const std::string ModExpr = "x " + GetParam() + " 10"; in TEST_P() local154 const std::string ModExpr = "y, x, y " + GetParam() + " 10"; in TEST_P() local164 const std::string ModExpr = "(y != 0 ? y : x) " + GetParam() + " 10"; in TEST_P() local175 const std::string ModExpr = in TEST_P() local187 const std::string ModExpr = "(y != 0 ? (y) : ((x))) " + GetParam() + " 10"; in TEST_P() local197 const std::string ModExpr = "(y ?: x) " + GetParam() + " 10"; in TEST_P() local226 const std::string ModExpr = GetParam(); in TEST_P() local
1206 const MCExpr *ModExpr = RISCVMCExpr::create(SubExpr, VK, getContext()); in parseOperandWithModifier() local
1440 const MCExpr *ModExpr = RISCVMCExpr::create(SubExpr, VK, getContext()); in parseOperandWithModifier() local
13238 void notePreMod(Object O, const Expr *ModExpr) { in notePreMod()13245 void notePostMod(Object O, const Expr *ModExpr, UsageKind UK) { in notePostMod()