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

References

unittests/IR/InstructionsTest.cpp
  602   B.SetInsertPoint(OnlyBB);
  606         cast<Instruction>(B.CreateUDiv(Arg0, Arg0, "", /*isExact*/ true));
  614         cast<Instruction>(B.CreateLShr(Arg0, Arg0, "", /*isExact*/ true));
  622         B.CreateAdd(Arg0, Arg0, "", /*HasNUW*/ true, /*HasNSW*/ false));
  631         B.CreateAdd(Arg0, Arg0, "", /*HasNUW*/ false, /*HasNSW*/ true));
  640         B.CreateShl(Arg0, Arg0, "", /*HasNUW*/ true, /*HasNSW*/ true));
  649     Value *GEPBase = Constant::getNullValue(B.getInt8PtrTy());
  651         B.CreateInBoundsGEP(B.getInt8Ty(), GEPBase, Arg0));
  651         B.CreateInBoundsGEP(B.getInt8Ty(), GEPBase, Arg0));