Searched refs:CurrentCond (Results 1 – 3 of 3) sorted by relevance
1247 CondValue CurrentCond = Worklist.back(); in getValueFromCondition() local1254 Visited.try_emplace(CurrentCond, ValueLatticeElement::getOverdefined()); in getValueFromCondition()1257 Val, CurrentCond, isRevisit, Visited, Worklist); in getValueFromCondition()1259 Visited[CurrentCond] = *Result; in getValueFromCondition()
148 uint32_t CurrentCond(const uint32_t opcode);
13851 const uint32_t cond = CurrentCond(opcode); in ConditionPassed()13917 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { in CurrentCond() function in EmulateInstructionARM14343 const uint32_t cond = CurrentCond(m_opcode.GetOpcode32()); in GetInstructionCondition()