Lines Matching full:integral
1810 "Tried to create a shift operation on a non-integral type!");
1819 "Tried to create a logical operation on a non-integral type!");
2034 // Just determine if this cast only deals with integral->integral conversion.
2125 // TRUNC > Integer Any Integral Any
2126 // ZEXT < Integral Unsigned Integer Any
2127 // SEXT < Integral Signed Integer Any
2128 // FPTOUI n/a FloatPt n/a Integral Unsigned
2129 // FPTOSI n/a FloatPt n/a Integral Signed
2130 // UITOFP n/a Integral Unsigned FloatPt n/a
2131 // SITOFP n/a Integral Signed FloatPt n/a
2134 // PTRTOINT n/a Pointer n/a Integral Unsigned
2135 // INTTOPTR n/a Integral Unsigned Pointer n/a
2468 if (DestTy->isIntegerTy()) { // Casting to integral
2469 if (SrcTy->isIntegerTy()) { // Casting from integral
2479 if (SrcTy->isIntegerTy()) { // Casting from integral
2493 } else if (SrcTy->isIntegerTy()) { // Casting from integral
2541 integral
2542 if (SrcTy->isIntegerTy()) { // Casting from integral
2568 if (SrcTy->isIntegerTy()) { // Casting from integral