• Home
  • Raw
  • Download

Lines Matching defs:Ty

133 Constant *Constant::getNullValue(Type *Ty) {  in getNullValue()
168 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue()
185 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue()
469 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) in ConstantInt()
488 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue()
500 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse()
528 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
538 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, in get()
543 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned()
547 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned()
551 Constant *ConstantInt::get(Type *Ty, const APInt& V) { in get()
563 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, in get()
572 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { in TypeToFloatSemantics()
593 Constant *ConstantFP::get(Type *Ty, double V) { in get()
610 Constant *ConstantFP::get(Type *Ty, StringRef Str) { in get()
623 Constant *ConstantFP::getNegativeZero(Type *Ty) { in getNegativeZero()
635 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation()
650 Type *Ty; in get() local
672 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
682 ConstantFP::ConstantFP(Type *Ty, const APFloat& V) in ConstantFP()
783 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { in get()
1197 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType()
1207 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType()
1218 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType()
1269 ConstantAggregateZero *ConstantAggregateZero::get(Type *Ty) { in get()
1352 ConstantPointerNull *ConstantPointerNull::get(PointerType *Ty) { in get()
1372 UndefValue *UndefValue::get(Type *Ty) { in get()
1479 Instruction::CastOps opc, Constant *C, Type *Ty) { in getFoldedCast()
1493 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty) { in getCast()
1518 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast()
1524 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast()
1530 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast()
1536 Constant *ConstantExpr::getPointerCast(Constant *S, Type *Ty) { in getPointerCast()
1552 Type *Ty) { in getPointerBitCastOrAddrSpaceCast()
1562 Constant *ConstantExpr::getIntegerCast(Constant *C, Type *Ty, in getIntegerCast()
1575 Constant *ConstantExpr::getFPCast(Constant *C, Type *Ty) { in getFPCast()
1587 Constant *ConstantExpr::getTrunc(Constant *C, Type *Ty) { in getTrunc()
1601 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty) { in getSExt()
1615 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty) { in getZExt()
1629 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty) { in getFPTrunc()
1641 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty) { in getFPExtend()
1653 Constant *ConstantExpr::getUIToFP(Constant *C, Type *Ty) { in getUIToFP()
1664 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty) { in getSIToFP()
1675 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty) { in getFPToUI()
1686 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty) { in getFPToSI()
1829 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf()
1839 Constant *ConstantExpr::getAlignOf(Type* Ty) { in getAlignOf()
1858 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { in getOffsetOf()
1915 Type *Ty = GetElementPtrInst::getIndexedType(C->getType(), Idxs); in getGetElementPtr() local
2193 Constant *ConstantExpr::getBinOpIdentity(unsigned Opcode, Type *Ty) { in getBinOpIdentity()
2216 Constant *ConstantExpr::getBinOpAbsorber(unsigned Opcode, Type *Ty) { in getBinOpAbsorber()
2274 bool ConstantDataSequential::isElementTypeCompatible(const Type *Ty) { in isElementTypeCompatible()
2321 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { in getImpl()
2395 Type *Ty = ArrayType::get(Type::getInt8Ty(Context), Elts.size()); in get() local
2400 Type *Ty = ArrayType::get(Type::getInt16Ty(Context), Elts.size()); in get() local
2405 Type *Ty = ArrayType::get(Type::getInt32Ty(Context), Elts.size()); in get() local
2410 Type *Ty = ArrayType::get(Type::getInt64Ty(Context), Elts.size()); in get() local
2415 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size()); in get() local
2420 Type *Ty = ArrayType::get(Type::getDoubleTy(Context), Elts.size()); in get() local
2448 Type *Ty = VectorType::get(Type::getInt8Ty(Context), Elts.size()); in get() local
2453 Type *Ty = VectorType::get(Type::getInt16Ty(Context), Elts.size()); in get() local
2458 Type *Ty = VectorType::get(Type::getInt32Ty(Context), Elts.size()); in get() local
2463 Type *Ty = VectorType::get(Type::getInt64Ty(Context), Elts.size()); in get() local
2468 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size()); in get() local
2473 Type *Ty = VectorType::get(Type::getDoubleTy(Context), Elts.size()); in get() local