Home | History | Annotate | Download | only in IR

Lines Matching refs:getScalarType

147   Type *ScalarTy = Ty->getScalarType();
493 Constant *C = get(cast<IntegerType>(Ty->getScalarType()), V, isSigned);
517 assert(C->getType() == Ty->getScalarType() &&
562 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()),
577 APFloat FV(*TypeToFloatSemantics(Ty->getScalarType()), Str);
597 Type *ScalarTy = Ty->getScalarType();
1631 assert(C->getType()->getScalarType()->isPointerTy() &&
1633 assert(DstTy->getScalarType()->isIntegerTy() &&
1643 assert(C->getType()->getScalarType()->isIntegerTy() &&
1645 assert(DstTy->getScalarType()->isPointerTy() &&