Home
last modified time | relevance | path

Searched refs:LLVMGetConstOpcode (Results 1 – 13 of 13) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp326 LLVMOpcode Op = LLVMGetConstOpcode(Cst); in clone_constant_impl()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp345 LLVMOpcode Op = LLVMGetConstOpcode(Cst); in clone_constant_impl()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h607 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
/external/llvm/include/llvm-c/
DCore.h1734 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1922 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c527 Val_int(LLVMGetConstOpcode(Val)) : Val_int(0); in llvm_constexpr_get_opcode()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c665 Val_int(LLVMGetConstOpcode(Val)) : Val_int(0); in llvm_constexpr_get_opcode()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c748 Val_int(LLVMGetConstOpcode(Val)) : Val_int(0); in llvm_constexpr_get_opcode()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp684 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode() function
/external/llvm/lib/IR/
DCore.cpp1076 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode() function
/external/llvm/bindings/go/llvm/
Dir.go834 func (v Value) Opcode() Opcode { return Opcode(C.LLVMGetConstOpcode(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go862 func (v Value) Opcode() Opcode { return Opcode(C.LLVMGetConstOpcode(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1267 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode() function