• Home
  • Raw
  • Download

Lines Matching refs:getContext

116     return ConstantFP::get(Ty->getContext(),  in getNullValue()
119 return ConstantFP::get(Ty->getContext(), in getNullValue()
122 return ConstantFP::get(Ty->getContext(), in getNullValue()
125 return ConstantFP::get(Ty->getContext(), in getNullValue()
128 return ConstantFP::get(Ty->getContext(), in getNullValue()
131 return ConstantFP::get(Ty->getContext(), in getNullValue()
150 Constant *C = ConstantInt::get(Ty->getContext(), V); in getIntegerValue()
165 return ConstantInt::get(Ty->getContext(), in getAllOnesValue()
171 return ConstantFP::get(Ty->getContext(), FL); in getAllOnesValue()
456 return ConstantInt::getTrue(Ty->getContext()); in getTrue()
461 ConstantInt::getTrue(Ty->getContext())); in getTrue()
468 return ConstantInt::getFalse(Ty->getContext()); in getFalse()
473 ConstantInt::getFalse(Ty->getContext())); in getFalse()
504 return get(Ty->getContext(), APInt(Ty->getBitWidth(), V, isSigned)); in get()
516 ConstantInt *C = get(Ty->getContext(), V); in get()
529 return get(Ty->getContext(), APInt(Ty->getBitWidth(), Str, radix)); in get()
558 LLVMContext &Context = Ty->getContext(); in get()
575 LLVMContext &Context = Ty->getContext(); in get()
589 LLVMContext &Context = Ty->getContext(); in getNegativeZero()
640 return ConstantFP::get(Ty->getContext(), in getInfinity()
754 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in get()
781 return ConstantDataArray::get(C->getContext(), Elts); in get()
790 return ConstantDataArray::get(C->getContext(), Elts); in get()
799 return ConstantDataArray::get(C->getContext(), Elts); in get()
808 return ConstantDataArray::get(C->getContext(), Elts); in get()
821 return ConstantDataArray::get(C->getContext(), Elts); in get()
830 return ConstantDataArray::get(C->getContext(), Elts); in get()
857 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
899 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V); in get()
926 LLVMContextImpl *pImpl = T->getContext().pImpl; in get()
962 return ConstantDataVector::get(C->getContext(), Elts); in get()
971 return ConstantDataVector::get(C->getContext(), Elts); in get()
980 return ConstantDataVector::get(C->getContext(), Elts); in get()
989 return ConstantDataVector::get(C->getContext(), Elts); in get()
1002 return ConstantDataVector::get(C->getContext(), Elts); in get()
1011 return ConstantDataVector::get(C->getContext(), Elts); in get()
1234 ConstantAggregateZero *&Entry = Ty->getContext().pImpl->CAZConstants[Ty]; in get()
1244 getContext().pImpl->CAZConstants.erase(getType()); in destroyConstant()
1251 getType()->getContext().pImpl->ArrayConstants.remove(this); in destroyConstant()
1262 getType()->getContext().pImpl->StructConstants.remove(this); in destroyConstant()
1269 getType()->getContext().pImpl->VectorConstants.remove(this); in destroyConstant()
1314 ConstantPointerNull *&Entry = Ty->getContext().pImpl->CPNConstants[Ty]; in get()
1324 getContext().pImpl->CPNConstants.erase(getType()); in destroyConstant()
1334 UndefValue *&Entry = Ty->getContext().pImpl->UVConstants[Ty]; in get()
1345 getContext().pImpl->UVConstants.erase(getType()); in destroyConstant()
1359 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1368 : Constant(Type::getInt8PtrTy(F->getContext()), Value::BlockAddressVal, in BlockAddress()
1379 getFunction()->getType()->getContext().pImpl in destroyConstant()
1399 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in replaceUsesOfWithOnConstant()
1405 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in replaceUsesOfWithOnConstant()
1435 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast()
1738 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get()
1745 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf()
1749 Type::getInt64Ty(Ty->getContext())); in getSizeOf()
1756 StructType::get(Type::getInt1Ty(Ty->getContext()), Ty, NULL); in getAlignOf()
1758 Constant *Zero = ConstantInt::get(Type::getInt64Ty(Ty->getContext()), 0); in getAlignOf()
1759 Constant *One = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getAlignOf()
1763 Type::getInt64Ty(Ty->getContext())); in getAlignOf()
1767 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()), in getOffsetOf()
1775 ConstantInt::get(Type::getInt64Ty(Ty->getContext()), 0), in getOffsetOf()
1781 Type::getInt64Ty(Ty->getContext())); in getOffsetOf()
1815 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect()
1851 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr()
1869 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp()
1873 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getICmp()
1890 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
1894 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getFCmp()
1911 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getExtractElement()
1931 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getInsertElement()
1951 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector()
1971 LLVMContextImpl *pImpl = Agg->getContext().pImpl; in getInsertValue()
1992 LLVMContextImpl *pImpl = Agg->getContext().pImpl; in getExtractValue()
2147 getType()->getContext().pImpl->ExprConstants.remove(this); in destroyConstant()
2243 Ty->getContext().pImpl->CDSConstants.GetOrCreateValue(Elements); in getImpl()
2267 getType()->getContext().pImpl->CDSConstants; in destroyConstant()
2281 getContext().pImpl->CDSConstants.erase(Slot); in destroyConstant()
2397 return get(V->getContext(), Elts); in getSplat()
2401 return get(V->getContext(), Elts); in getSplat()
2405 return get(V->getContext(), Elts); in getSplat()
2409 return get(V->getContext(), Elts); in getSplat()
2415 return get(V->getContext(), Elts); in getSplat()
2420 return get(V->getContext(), Elts); in getSplat()
2492 return ConstantFP::get(getContext(), getElementAsAPFloat(Elt)); in getElementAsConstant()
2551 LLVMContextImpl *pImpl = getType()->getContext().pImpl; in replaceUsesOfWithOnConstant()
2658 LLVMContextImpl *pImpl = getContext().pImpl; in replaceUsesOfWithOnConstant()