Searched refs:isFloatingType (Results 1 – 8 of 8) sorted by relevance
98 bool isFloatingType(Type Ty); // scalar or vector
220 bool isFloatingType(Type Ty) { in isFloatingType() function
1662 } else if (isFloatingType(DestTy)) { in emit()1688 assert(isFloatingType(DestTy)); in emitIAS()1729 } else if (isFloatingType(DestTy)) { in emit()1756 assert(isFloatingType(SrcTy)); in emitIAS()
1638 if (Ice::isFloatingType(OpTy)) in isValidFloatingArithOp()1875 if (!(Ice::isFloatingType(SourceType) && Ice::isIntegerType(TargetType))) in isFloatToIntCastValid()2394 } else if (isFloatingType(Op1Type)) { in ProcessRecord()
1218 isFloatingType(ElmtTy)); in emitSIMD()1239 isFloatingType(ElmtTy), OpcodeName); in emitSIMDqqq()2367 emitSIMDBase(VabsqOpcode, Dd, Dn, Dm, UseQRegs, isFloatingType(ElmtTy)); in vabsq()3668 isFloatingType(ElmtTy)); in vnegqs()
3679 if (isFloatingType(Dest->getType()) || isVectorType(Dest->getType())) { in lowerCall()4060 if (isFloatingType(DestTy)) { in lowerExtractElement()4620 if (isFloatingType(DestTy)) { in lowerInsertElement()
5641 if (typeWidthInBytes(DestTy) == 1 || isFloatingType(DestTy)) { in lowerSelectMove()
6231 if (typeWidthInBytes(DestTy) == 1 || isFloatingType(DestTy)) { in lowerSelectMove()