Searched defs:itype (Results 1 – 3 of 3) sorted by relevance
38 auto itype = type == DataType::FLOAT32 ? DataType::INT32 : DataType::INT64; in BuildIsFiniteIntrinsic() local
344 PrimType itype = (stype == PTY_f32) ? PTY_i32 : PTY_i64; in SelectLoadAcquire() local405 PrimType itype = (stype == PTY_f32) ? PTY_i32 : PTY_i64; in SelectStoreRelease() local3042 PrimType itype = (stype == PTY_f32) ? PTY_i32 : PTY_i64; in HandleFmovImm() local5051 void AArch64CGFunc::SelectCvtFloat2Int(Operand &resOpnd, Operand &srcOpnd, PrimType itype, PrimType… in SelectCvtFloat2Int()5086 …PrimType itype = (GetPrimTypeBitSize(fromType) == k64BitSize) ? (IsSignedInteger(fromType) ? PTY_i… in SelectCvtInt2Float() local5226 PrimType itype = node.GetPrimType(); in SelectRoundOperator() local5321 …PrimType itype = isFromInt ? (is64Bits ? (isSigned ? PTY_i64 : PTY_u64) : (isSigned ? PTY_i32 : PT… in SelectRetype() local5540 PrimType itype = (is64Bits) ? (IsSignedInteger(node.GetPrimType()) ? PTY_i64 : PTY_u64) in SelectTrunc() local5674 PrimType itype = rangeGotoNode.Opnd(0)->GetPrimType(); in SelectRangeGoto() local
2827 auto itype = user->GetInputType(i); in FillValueMapForUsers() local3578 auto itype = inst->GetInputType(0); in VisitBitcast() local