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

References

examples/BrainF/BrainF.cpp
  217             CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg);
  231             CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg);
  248             CreateGEP(curhead, ConstantInt::get(C, APInt(32, curvalue)),
  267             BasicBlock *nextbb = BasicBlock::Create(C, label, brainf_func);
  283             CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg);
  293           BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func);
  298           BasicBlock *bb_1 = BasicBlock::Create(C, label, brainf_func);
  303             PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)),
  308           readloop(phi_0, bb_1, testbb, C);
  447                                     ConstantInt::get(C, APInt(8, 0)), testreg);
  450       BasicBlock *bb_0 = BasicBlock::Create(C, label, brainf_func);
  458         CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1,