Home
last modified time | relevance | path

Searched refs:is_conditional (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp110 bool is_conditional() const;
264 if (is_conditional()) in enclosing_conditional()
278 bool prog_scope::is_conditional() const in is_conditional() function in __anon1d258fbb0111::prog_scope
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml1113 external is_conditional : llvalue -> bool = "llvm_is_conditional"
1118 else if is_conditional llv then
Dllvm.mli1867 (** [is_conditional v] returns true if the branch instruction [v] is conditional.
1869 val is_conditional : llvalue -> bool val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml1102 external is_conditional : llvalue -> bool = "llvm_is_conditional"
1107 else if is_conditional llv then
Dllvm.mli1883 (** [is_conditional v] returns true if the branch instruction [v] is conditional.
1885 val is_conditional : llvalue -> bool val
/external/llvm/test/Bindings/OCaml/
Dcore.ml1189 insist (is_conditional br = false) ;
1203 insist (is_conditional br = true) ;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml1257 insist (is_conditional br = false) ;
1271 insist (is_conditional br = true) ;