Searched refs:getConds (Results 1 – 3 of 3) sorted by relevance
1037 const Init *getCond(unsigned Num) const { return getConds()[Num]; } in getCond()1041 ArrayRef<const Init *> getConds() const { in getConds() function1049 auto getCondAndVals() const { return zip_equal(getConds(), getVals()); } in getCondAndVals()1062 inline const_case_iterator arg_begin() const { return getConds().begin(); } in arg_begin()1063 inline const_case_iterator arg_end () const { return getConds().end(); } in arg_end()
720 ArrayRef<std::string> getConds() const { return Conds; } in getConds() function in __anon992240d30411::IAPrinter1132 for (const auto &Cond : IAP->getConds()) in EmitPrintAliasInstruction()
2599 ProfileCondOpInit(ID, getConds(), getVals(), ValType); in Profile()