HomeSort by relevance Sort by last modified time
    Searched refs:getInt8 (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/unittests/Transforms/Utils/
MemorySSA.cpp 83 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
124 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
167 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
  /frameworks/av/media/mtp/
MtpDataPacket.h 48 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); }
MtpDataPacket.cpp 129 if (!getInt8(value)) {
MtpProperty.cpp 444 if (!packet.getInt8(value.u.i8)) return false;
  /frameworks/base/core/java/android/os/
HwBlob.java 55 public native final byte getInt8(long offset);
  /external/flatbuffers/tests/
JavaScriptTest.js 334 case 0: assert.strictEqual(!!view.getInt8(field_offset), bool_val); break;
335 case 1: assert.strictEqual(view.getInt8(field_offset), char_val); break;
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 365 Vec = Builder.CreateInsertElement(Vec, Elt1, Builder.getInt8(1));
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 876 Builder.getInt8(Options.UseCfgChecksum),
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExprCXX.cpp 434 CGF.Builder.getInt8(0), StoreSizeVal);
    [all...]
CGExprAgg.cpp     [all...]
CodeGenFunction.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 376 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 488 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1);
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 195 /// getInt8 - Get a constant 8-bit value.
196 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 487 if (!packet.getInt8(temp)) return false;
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 280 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 298 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 298 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 298 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 298 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 298 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 298 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 298 ConstantInt *getInt8(uint8_t C) {
    [all...]

Completed in 3554 milliseconds

1 2