Searched refs:is_conditional (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h184 bool *is_conditional = NULL); // Filled in with true if the opcode is a conditional opcode
H A DEmulateInstructionARM.cpp12922 EmulateInstructionARM::ConditionPassed (const uint32_t opcode, bool *is_conditional) argument
12931 if (is_conditional)
12932 *is_conditional = true;
12995 if (is_conditional)
12996 *is_conditional = false;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1087 external is_conditional : llvalue -> bool = "llvm_is_conditional"
1092 else if is_conditional llv then
H A Dllvm.mli1827 (** [is_conditional v] returns true if the branch instruction [v] is conditional.
1829 val is_conditional : llvalue -> bool var
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml1209 insist (is_conditional br = false) ;
1223 insist (is_conditional br = true) ;

Completed in 1138 milliseconds