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

References

unittests/Analysis/MemorySSATest.cpp
  706   Constant *One = ConstantInt::get(Int8, 1);
  707   Constant *Zero = ConstantInt::get(Int8, 0);
  708   Value *AllocA = B.CreateAlloca(Int8, One, "a");
  709   Value *AllocB = B.CreateAlloca(Int8, One, "b");
  718   Instruction *ALoad0 = B.CreateLoad(Int8, AllocA, "");
  723   Instruction *ALoad = B.CreateLoad(Int8, AllocA, "");