Lines Matching full:getcontext
119 return ConstantFP::get(Ty->getContext(),
122 return ConstantFP::get(Ty->getContext(),
125 return ConstantFP::get(Ty->getContext(),
128 return ConstantFP::get(Ty->getContext(),
131 return ConstantFP::get(Ty->getContext(),
134 return ConstantFP::get(Ty->getContext(),
153 Constant *C = ConstantInt::get(Ty->getContext(), V);
168 return ConstantInt::get(Ty->getContext(),
174 return ConstantFP::get(Ty->getContext(), FL);
449 return ConstantInt::getTrue(Ty->getContext());
454 ConstantInt::getTrue(Ty->getContext()));
461 return ConstantInt::getFalse(Ty->getContext());
466 ConstantInt::getFalse(Ty->getContext()));
497 return get(Ty->getContext(), APInt(Ty->getBitWidth(), V, isSigned));
509 ConstantInt *C = get(Ty->getContext(), V);
522 return get(Ty->getContext(), APInt(Ty->getBitWidth(), Str, radix));
551 LLVMContext &Context = Ty->getContext();
568 LLVMContext &Context = Ty->getContext();
582 LLVMContext &Context = Ty->getContext();
635 return ConstantFP::get(Ty->getContext(),
749 LLVMContextImpl *pImpl = Ty->getContext().pImpl;
776 return ConstantDataArray::get(C->getContext(), Elts);
785 return ConstantDataArray::get(C->getContext(), Elts);
794 return ConstantDataArray::get(C->getContext(), Elts);
803 return ConstantDataArray::get(C->getContext(), Elts);
816 return ConstantDataArray::get(C->getContext(), Elts);
825 return ConstantDataArray::get(C->getContext(), Elts);
852 return getTypeForElements(V[0]->getContext(), V, Packed);
894 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V);
921 LLVMContextImpl *pImpl = T->getContext().pImpl;
957 return ConstantDataVector::get(C->getContext(), Elts);
966 return ConstantDataVector::get(C->getContext(), Elts);
975 return ConstantDataVector::get(C->getContext(), Elts);
984 return ConstantDataVector::get(C->getContext(), Elts);
997 return ConstantDataVector::get(C->getContext(), Elts);
1006 return ConstantDataVector::get(C->getContext(), Elts);
1229 ConstantAggregateZero *&Entry = Ty->getContext().pImpl->CAZConstants[Ty];
1239 getContext().pImpl->CAZConstants.erase(getType());
1246 getType()->getContext().pImpl->ArrayConstants.remove(this);
1257 getType()->getContext().pImpl->StructConstants.remove(this);
1264 getType()->getContext().pImpl->VectorConstants.remove(this);
1309 ConstantPointerNull *&Entry = Ty->getContext().pImpl->CPNConstants[Ty];
1319 getContext().pImpl->CPNConstants.erase(getType());
1329 UndefValue *&Entry = Ty->getContext().pImpl->UVConstants[Ty];
1340 getContext().pImpl->UVConstants.erase(getType());
1354 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)];
1363 : Constant(Type::getInt8PtrTy(F->getContext()), Value::BlockAddressVal,
1374 getFunction()->getType()->getContext().pImpl
1394 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)];
1400 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(),
1430 LLVMContextImpl *pImpl = Ty->getContext().pImpl;
1733 LLVMContextImpl *pImpl = C1->getContext().pImpl;
1740 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1);
1744 Type::getInt64Ty(Ty->getContext()));
1751 StructType::get(Type::getInt1Ty(Ty->getContext()), Ty, NULL);
1753 Constant *Zero = ConstantInt::get(Type::getInt64Ty(Ty->getContext()), 0);
1754 Constant *One = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1);
1758 Type::getInt64Ty(Ty->getContext()));
1762 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()),
1770 ConstantInt::get(Type::getInt64Ty(Ty->getContext()), 0),
1776 Type::getInt64Ty(Ty->getContext()));
1810 LLVMContextImpl *pImpl = C->getContext().pImpl;
1846 LLVMContextImpl *pImpl = C->getContext().pImpl;
1864 Type *ResultTy = Type::getInt1Ty(LHS->getContext());
1868 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl;
1885 Type *ResultTy = Type::getInt1Ty(LHS->getContext());
1889 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl;
1906 LLVMContextImpl *pImpl = Val->getContext().pImpl;
1926 LLVMContextImpl *pImpl = Val->getContext().pImpl;
1946 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl;
2129 getType()->getContext().pImpl->ExprConstants.remove(this);
2225 Ty->getContext().pImpl->CDSConstants.GetOrCreateValue(Elements);
2249 getType()->getContext().pImpl->CDSConstants;
2263 getContext().pImpl->CDSConstants.erase(Slot);
2379 return get(V->getContext(), Elts);
2383 return get(V->getContext(), Elts);
2387 return get(V->getContext(), Elts);
2391 return get(V->getContext(), Elts);
2397 return get(V->getContext(), Elts);
2402 return get(V->getContext(), Elts);
2474 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt));
2533 LLVMContextImpl *pImpl = getType()->getContext().pImpl;
2640 LLVMContextImpl *pImpl = getContext().pImpl;