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

  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 585 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 784 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const));
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 622 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const));
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 789 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) }
    [all...]
  /external/llvm/lib/IR/
Core.cpp 962 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 606 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) {
    [all...]

Completed in 51 milliseconds