HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetConstOpcode (Results 1 - 22 of 22) sorted by null

  /external/llvm/tools/llvm-c-test/
echo.cpp 326 LLVMOpcode Op = LLVMGetConstOpcode(Cst);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 607 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm-c/
Core.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 665 Val_int(LLVMGetConstOpcode(Val)) : Val_int(0);
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 527 Val_int(LLVMGetConstOpcode(Val)) : Val_int(0);
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 834 func (v Value) Opcode() Opcode { return Opcode(C.LLVMGetConstOpcode(v.C)) }
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 684 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) {
    [all...]

Completed in 494 milliseconds