• Home
  • Raw
  • Download

Lines Matching defs:Ty

66 Constant *Constant::getNullValue(Type *Ty) {  in getNullValue()
98 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue()
115 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue()
346 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) in ConstantInt()
365 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue()
378 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse()
407 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
418 ConstantInt* ConstantInt::get(IntegerType* Ty, uint64_t V, in get()
423 ConstantInt* ConstantInt::getSigned(IntegerType* Ty, int64_t V) { in getSigned()
427 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned()
431 Constant *ConstantInt::get(Type* Ty, const APInt& V) { in get()
444 ConstantInt* ConstantInt::get(IntegerType* Ty, StringRef Str, in get()
453 static const fltSemantics *TypeToFloatSemantics(Type *Ty) { in TypeToFloatSemantics()
470 Constant *ConstantFP::get(Type* Ty, double V) { in get()
488 Constant *ConstantFP::get(Type* Ty, StringRef Str) { in get()
503 ConstantFP* ConstantFP::getNegativeZero(Type* Ty) { in getNegativeZero()
511 Constant *ConstantFP::getZeroValueForNegation(Type* Ty) { in getZeroValueForNegation()
535 Type *Ty; in get() local
555 ConstantFP *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
561 ConstantFP::ConstantFP(Type *Ty, const APFloat& V) in ConstantFP()
593 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { in get()
910 bool ConstantInt::isValueValidForType(Type *Ty, uint64_t Val) { in isValueValidForType()
920 bool ConstantInt::isValueValidForType(Type *Ty, int64_t Val) { in isValueValidForType()
931 bool ConstantFP::isValueValidForType(Type *Ty, const APFloat& Val) { in isValueValidForType()
971 ConstantAggregateZero* ConstantAggregateZero::get(Type* Ty) { in get()
1106 ConstantPointerNull *ConstantPointerNull::get(PointerType *Ty) { in get()
1121 UndefValue *UndefValue::get(Type *Ty) { in get()
1212 Instruction::CastOps opc, Constant *C, Type *Ty) { in getFoldedCast()
1227 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty) { in getCast()
1253 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast()
1259 Constant *ConstantExpr::getSExtOrBitCast(Constant *C, Type *Ty) { in getSExtOrBitCast()
1265 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast()
1271 Constant *ConstantExpr::getPointerCast(Constant *S, Type *Ty) { in getPointerCast()
1280 Constant *ConstantExpr::getIntegerCast(Constant *C, Type *Ty, in getIntegerCast()
1293 Constant *ConstantExpr::getFPCast(Constant *C, Type *Ty) { in getFPCast()
1305 Constant *ConstantExpr::getTrunc(Constant *C, Type *Ty) { in getTrunc()
1319 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty) { in getSExt()
1333 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty) { in getZExt()
1347 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty) { in getFPTrunc()
1359 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty) { in getFPExtend()
1371 Constant *ConstantExpr::getUIToFP(Constant *C, Type *Ty) { in getUIToFP()
1382 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty) { in getSIToFP()
1393 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty) { in getFPToUI()
1404 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty) { in getFPToSI()
1516 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf()
1526 Constant *ConstantExpr::getAlignOf(Type* Ty) { in getAlignOf()
1545 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { in getOffsetOf()
1602 Type *Ty = in getGetElementPtr() local