HomeSort by relevance Sort by last modified time
    Searched defs:IRB (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/IR/
PatternMatch.cpp 38 IRBuilder<NoFolder> IRB;
45 BB(BasicBlock::Create(Ctx, "entry", F)), IRB(BB) {}
54 Value *One = IRB.CreateAdd(IRB.CreateAdd(IRB.getInt32(1), IRB.getInt32(2)),
55 IRB.getInt32(42));
56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42));
57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8))
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder.h 41 IRBuilder<>* IRB() { return mpIRBuilder; };
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 420 IRBuilder<> IRB(*C);
426 WarningFn = M.getOrInsertFunction(WarningFnName, IRB.getVoidTy(), nullptr);
433 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
434 IRB.getInt32Ty(), nullptr);
438 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
439 IRB.getInt8PtrTy(), IRB.getInt32Ty(), nullptr);
443 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy
    [all...]

Completed in 2352 milliseconds