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

References

lib/CodeGen/AtomicExpandPass.cpp
  852   LLVMContext &Ctx = Builder.getContext();
 1006   LLVMContext &Ctx = Builder.getContext();
 1349   LLVMContext &Ctx = Builder.getContext();
lib/IR/Core.cpp
 3053   LLVMContext &Context = unwrap(Builder)->getContext();
 3154     Type *Ty = Type::getTokenTy(unwrap(B)->getContext());
 3170     Type *Ty = Type::getTokenTy(unwrap(B)->getContext());
lib/Target/AArch64/AArch64StackTagging.cpp
  254       LLVMContext &Ctx = IRB.getContext();
lib/Target/X86/X86ISelLowering.cpp
 2294       ConstantInt::get(Type::getInt32Ty(IRB.getContext()), Offset),
 2295       Type::getInt8PtrTy(IRB.getContext())->getPointerTo(AddressSpace));
lib/Transforms/Coroutines/CoroEarly.cpp
  110     LLVMContext &C = Builder.getContext();
lib/Transforms/Coroutines/CoroSplit.cpp
  734       NewFramePtr, Type::getInt8PtrTy(Builder.getContext()), "vFrame");
lib/Transforms/InstCombine/InstCombineCalls.cpp
 3654             ConstantFP::get(Builder.getContext(), Result));
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  637     Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
  652     Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
  669     Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
  683     Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
 2625     Type *CmpFuncSizeTy = DL->getIntPtrType(Builder.getContext());
lib/Transforms/Utils/BuildLibCalls.cpp
 1055   CI->setAttributes(Attrs.removeAttribute(B.getContext(),
 1097   CI->setAttributes(Attrs.removeAttribute(B.getContext(),
lib/Transforms/Utils/IntegerDivision.cpp
  221   BasicBlock *LoopExit  = BasicBlock::Create(Builder.getContext(),
  223   BasicBlock *DoWhile   = BasicBlock::Create(Builder.getContext(),
  225   BasicBlock *Preheader = BasicBlock::Create(Builder.getContext(),
  227   BasicBlock *BB1       = BasicBlock::Create(Builder.getContext(),
lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  115     Constant *V = ConstantFP::get(BBBuilder.getContext(), APFloat(Val));
tools/clang/lib/CodeGen/CGBuiltin.cpp
 2422     Value *SizeVal = llvm::ConstantInt::get(Builder.getContext(), Size);
 2448     Value *SizeVal = llvm::ConstantInt::get(Builder.getContext(), Size);
 2489     Value *SizeVal = llvm::ConstantInt::get(Builder.getContext(), Size);
tools/clang/lib/CodeGen/CGObjC.cpp
 2151                       llvm::MDNode::get(Builder.getContext(), None));
 2249                       llvm::MDNode::get(Builder.getContext(), None));
 2655                       llvm::MDNode::get(Builder.getContext(), None));
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8621         llvm::ConstantDataArray::get(CGF.Builder.getContext(), Mapping);
tools/polly/include/polly/CodeGen/LoopGenerators.h
  118             Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())),
tools/polly/lib/CodeGen/IslExprBuilder.cpp
  743   return IntegerType::get(Builder.getContext(), 64);
tools/polly/lib/CodeGen/LoopGenerators.cpp
  231   StructType *Ty = StructType::get(Builder.getContext(), Members);
unittests/IR/PatternMatch.cpp
  475   LLVMContext &Ctx = IRB.getContext();