Home
last modified time | relevance | path

Searched refs:CurrentCond (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1247 CondValue CurrentCond = Worklist.back(); in getValueFromCondition() local
1254 Visited.try_emplace(CurrentCond, ValueLatticeElement::getOverdefined()); in getValueFromCondition()
1257 Val, CurrentCond, isRevisit, Visited, Worklist); in getValueFromCondition()
1259 Visited[CurrentCond] = *Result; in getValueFromCondition()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h148 uint32_t CurrentCond(const uint32_t opcode);
H A DEmulateInstructionARM.cpp13851 const uint32_t cond = CurrentCond(opcode); in ConditionPassed()
13917 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { in CurrentCond() function in EmulateInstructionARM
14343 const uint32_t cond = CurrentCond(m_opcode.GetOpcode32()); in GetInstructionCondition()