reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AutoUpgrade.cpp
 1753       Value *Mask = Builder.CreateAnd(CI->getArgOperand(2), Builder.getInt8(1));
lib/Target/Hexagon/HexagonISelLowering.cpp
  911     NewConst.push_back(IRB.getInt8(x));
lib/Transforms/Coroutines/CoroSplit.cpp
  349     PN->addIncoming(Builder.getInt8(-1), SuspendBB);
  467     SuspendResult = Builder.getInt8(isSwitchDestroyFunction() ? 1 : 0);
lib/Transforms/Instrumentation/GCOVProfiling.cpp
 1014            Builder.getInt8(Options.UseCfgChecksum),
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 3456       Value *PoisonValue = IRB.getInt8(PoisonStack ? ClPoisonStackPattern : 0);
lib/Transforms/Utils/SimplifyLibCalls.cpp
  627     CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, 1);
 2450     B.CreateStore(B.getInt8(0), Ptr);
 2562       B.CreateStore(B.getInt8(0), Ptr);
tools/clang/lib/CodeGen/CGBuiltin.cpp
   55     Byte = CGF.Builder.getInt8(0x00);
 1192   Builder.CreateStore(Builder.getInt8(Layout.getSummaryByte()),
 1194   Builder.CreateStore(Builder.getInt8(Layout.getNumArgsByte()),
 1200         Builder.getInt8(Item.getDescriptorByte()),
 1203         Builder.getInt8(Item.getSizeByte()),
 2390     Builder.CreateMemSet(Dest, Builder.getInt8(0), SizeVal, false);
 2902     Value *NewVal = Builder.getInt8(1);
 2985     Value *NewVal = Builder.getInt8(0);
tools/clang/lib/CodeGen/CGCoroutine.cpp
  219   Switch->addCase(Builder.getInt8(0), ReadyBlock);
  220   Switch->addCase(Builder.getInt8(1), CleanupBlock);
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1838   CGF.Builder.CreateMemSet(Loc, CGF.Builder.getInt8(0), SizeVal, false);
tools/clang/lib/CodeGen/CGExprCXX.cpp
  560           CGF.Builder.getInt8(0), StoreSizeVal);
 1008     Builder.CreateMemSet(CurPtr, Builder.getInt8(0), RemainingSize, false);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 3138     Builder.getInt8(OpID),
 3139     Builder.getInt8(cast<llvm::IntegerType>(opTy)->getBitWidth())
tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  658     CGF->Builder.CreateMemSet(Loc, CGF->Builder.getInt8(0), SizeVal,
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 1432   CGF.InitTempAlloca(ExecStatus, Bld.getInt8(/*C=*/0));
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1688   Builder.CreateMemSet(DestPtr, Builder.getInt8(0), SizeVal, false);
tools/clang/lib/CodeGen/TargetInfo.cpp
 4231     NumRegs = Builder.CreateAdd(NumRegs, Builder.getInt8(1));
 4232     NumRegs = Builder.CreateAnd(NumRegs, Builder.getInt8((uint8_t) ~1U));
 4236       Builder.CreateICmpULT(NumRegs, Builder.getInt8(OverflowLimit), "cond");
 4267       Builder.CreateMul(NumRegs, Builder.getInt8(RegSize.getQuantity()));
 4276                         Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1));
 4287     Builder.CreateStore(Builder.getInt8(OverflowLimit), NumRegsAddr);
unittests/Analysis/BasicAliasAnalysisTest.cpp
   86   GlobalPtr->setInitializer(B.getInt8(0));
unittests/Analysis/MemorySSATest.cpp
   86   B.CreateStore(B.getInt8(16), PointerArg);
  134   StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
  158   StoreInst *LeftStore = B.CreateStore(B.getInt8(16), PointerArg);
  183   StoreInst *SecondEntryStore = B.CreateStore(B.getInt8(16), PointerArg);
  224   StoreInst *SI = B.CreateStore(B.getInt8(16), PointerArg);
  268   B.CreateStore(B.getInt8(16), PointerArg);
  306   StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
  309   StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
  342   StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
  345   auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
  388   StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
  391   auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
  432   StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
  435   auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
  489   StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
  534   StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg);
  931   StoreInst *StoreA = B.CreateStore(B.getInt8(0), A);
  932   StoreInst *StoreB = B.CreateStore(B.getInt8(0), A);
  977   StoreInst *StoreX1 = B.CreateStore(B.getInt8(0), X);
  978   StoreInst *StoreY = B.CreateStore(B.getInt8(0), Y);
  979   StoreInst *StoreX2 = B.CreateStore(B.getInt8(0), X);
 1232   B.CreateStore(B.getInt8(0), Foo);
 1233   B.CreateStore(B.getInt8(0), Bar);
 1244   Instruction *FooStore = B.CreateStore(B.getInt8(0), Foo);
 1245   Instruction *BarStore = B.CreateStore(B.getInt8(0), Bar);
 1290   StoreInst *StoreEntry = B.CreateStore(B.getInt8(0), Alloca);
 1294   StoreInst *StoreA = B.CreateStore(B.getInt8(1), Alloca);
 1298   StoreInst *StoreB = B.CreateStore(B.getInt8(2), Alloca);
 1422   B.CreateStore(B.getInt8(16), PointerArg);
 1425   B.CreateStore(B.getInt8(16), PointerArg);
 1428   StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg);
 1482   StoreInst *S1 = B.CreateStore(B.getInt8(16), PointerArg);
 1490   StoreInst *S2 = B.CreateStore(B.getInt8(16), PointerArg);
 1562   B.CreateStore(B.getInt8(16), PointerArg);
unittests/Analysis/VectorUtilsTest.cpp
   86   Constant *ScalarC = IRB.getInt8(42);
   89   Constant *OtherScalarC = IRB.getInt8(-42);
unittests/IR/IRBuilderTest.cpp
  775   Vec = Builder.CreateInsertElement(Vec, Elt1, Builder.getInt8(1));
unittests/IR/PatternMatch.cpp
  912   Value *Val = IRB.CreateAdd(IRB.getInt8(0), IRB.getInt8(1));
  912   Value *Val = IRB.CreateAdd(IRB.getInt8(0), IRB.getInt8(1));
  913   Value *Val2 = IRB.CreateAdd(Val, IRB.getInt8(3));
  921   Value *VI1 = IRB.CreateInsertElement(UndefVec, IRB.getInt8(1), (uint64_t)0);
  924   Value *VI4 = IRB.CreateInsertElement(VI1, IRB.getInt8(2), Val);
  936   Value *SP1 = IRB.CreateVectorSplat(2, IRB.getInt8(2));
unittests/Transforms/Utils/FunctionComparatorTest.cpp
   35     C = B.getInt8(addVal);