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

  /external/llvm/unittests/IR/
PatternMatch.cpp 38 IRBuilder<true, 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/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 370 IRBuilder<> IRB(*C);
376 WarningFn = M.getOrInsertFunction(WarningFnName, IRB.getVoidTy(), nullptr);
383 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
384 IRB.getInt32Ty(), nullptr);
388 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
389 IRB.getInt8PtrTy(), IRB.getInt32Ty(), nullptr);
393 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy
    [all...]

Completed in 42 milliseconds