Lines Matching refs:getContext

323     return ConstantFP::get(Ty->getContext(),
326 return ConstantFP::get(Ty->getContext(),
329 return ConstantFP::get(Ty->getContext(),
332 return ConstantFP::get(Ty->getContext(),
335 return ConstantFP::get(Ty->getContext(),
338 return ConstantFP::get(Ty->getContext(),
348 return ConstantTokenNone::get(Ty->getContext());
359 Constant *C = ConstantInt::get(Ty->getContext(), V);
374 return ConstantInt::get(Ty->getContext(),
380 return ConstantFP::get(Ty->getContext(), FL);
676 ConstantInt *TrueC = ConstantInt::getTrue(Ty->getContext());
684 ConstantInt *FalseC = ConstantInt::getFalse(Ty->getContext());
715 return get(Ty->getContext(), APInt(Ty->getBitWidth(), V, isSigned));
727 ConstantInt *C = get(Ty->getContext(), V);
739 return get(Ty->getContext(), APInt(Ty->getBitWidth(), Str, radix));
768 LLVMContext &Context = Ty->getContext();
784 ConstantFP *C = get(Ty->getContext(), V);
796 LLVMContext &Context = Ty->getContext();
811 Constant *C = get(Ty->getContext(), NaN);
822 Constant *C = get(Ty->getContext(), NaN);
833 Constant *C = get(Ty->getContext(), NaN);
844 Constant *C = get(Ty->getContext(), NegZero);
892 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative));
1001 return SequentialTy::get(V[0]->getContext(), Elts);
1014 return SequentialTy::getFP(V[0]->getContext(), Elts);
1068 return Ty->getContext().pImpl->ArrayConstants.getOrCreate(Ty, V);
1116 return getTypeForElements(V[0]->getContext(), V, Packed);
1151 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V);
1165 return Ty->getContext().pImpl->VectorConstants.getOrCreate(Ty, V);
1419 Ty->getContext().pImpl->CAZConstants[Ty];
1428 getContext().pImpl->CAZConstants.erase(getType());
1433 getType()->getContext().pImpl->ArrayConstants.remove(this);
1442 getType()->getContext().pImpl->StructConstants.remove(this);
1447 getType()->getContext().pImpl->VectorConstants.remove(this);
1502 Ty->getContext().pImpl->CPNConstants[Ty];
1511 getContext().pImpl->CPNConstants.erase(getType());
1515 std::unique_ptr<UndefValue> &Entry = Ty->getContext().pImpl->UVConstants[Ty];
1525 getContext().pImpl->UVConstants.erase(getType());
1535 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)];
1544 : Constant(Type::getInt8PtrTy(F->getContext()), Value::BlockAddressVal,
1558 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB));
1565 getFunction()->getType()->getContext().pImpl
1586 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)];
1594 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(),
1621 LLVMContextImpl *pImpl = Ty->getContext().pImpl;
1932 LLVMContextImpl *pImpl = C->getContext().pImpl;
1991 LLVMContextImpl *pImpl = C1->getContext().pImpl;
1998 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1);
2002 Type::getInt64Ty(Ty->getContext()));
2008 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty);
2010 Constant *Zero = ConstantInt::get(Type::getInt64Ty(Ty->getContext()), 0);
2011 Constant *One = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1);
2015 Type::getInt64Ty(Ty->getContext()));
2019 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()),
2027 ConstantInt::get(Type::getInt64Ty(Ty->getContext()), 0),
2033 Type::getInt64Ty(Ty->getContext()));
2071 LLVMContextImpl *pImpl = C->getContext().pImpl;
2129 LLVMContextImpl *pImpl = C->getContext().pImpl;
2150 Type *ResultTy = Type::getInt1Ty(LHS->getContext());
2154 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl;
2175 Type *ResultTy = Type::getInt1Ty(LHS->getContext());
2179 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl;
2201 LLVMContextImpl *pImpl = Val->getContext().pImpl;
2224 LLVMContextImpl *pImpl = Val->getContext().pImpl;
2247 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl;
2271 LLVMContextImpl *pImpl = Agg->getContext().pImpl;
2295 LLVMContextImpl *pImpl = Agg->getContext().pImpl;
2469 getType()->getContext().pImpl->ExprConstants.remove(this);
2563 *Ty->getContext()
2589 getType()->getContext().pImpl->CDSConstants;
2603 getContext().pImpl->CDSConstants.erase(Slot);
2724 return get(V->getContext(), Elts);
2728 return get(V->getContext(), Elts);
2732 return get(V->getContext(), Elts);
2736 return get(V->getContext(), Elts);
2743 return getFP(V->getContext(), Elts);
2748 return getFP(V->getContext(), Elts);
2753 return getFP(V->getContext(), Elts);
2844 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt));
2961 return getContext().pImpl->ArrayConstants.replaceOperandsInPlace(
2997 return getContext().pImpl->StructConstants.replaceOperandsInPlace(
3023 return getContext().pImpl->VectorConstants.replaceOperandsInPlace(
3049 return getContext().pImpl->ExprConstants.replaceOperandsInPlace(