Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1225 Value *CurrentCond = Worklist.back(); in getValueFromCondition() local
1232 Visited.try_emplace(CurrentCond, ValueLatticeElement::getOverdefined()); in getValueFromCondition()
1235 Val, CurrentCond, isTrueDest, isRevisit, Visited, Worklist); in getValueFromCondition()
1237 Visited[CurrentCond] = *Result; in getValueFromCondition()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h147 uint32_t CurrentCond(const uint32_t opcode);
H A DEmulateInstructionARM.cpp13881 const uint32_t cond = CurrentCond(opcode); in ConditionPassed()
13947 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { in CurrentCond() function in EmulateInstructionARM
14373 const uint32_t cond = CurrentCond(m_opcode.GetOpcode32()); in GetInstructionCondition()