Lines Matching refs:CST
2665 ``trunc (CST to TYPE)``
2666 Truncate a constant to another type. The bit size of CST must be
2668 ``zext (CST to TYPE)``
2669 Zero extend a constant to another type. The bit size of CST must be
2671 ``sext (CST to TYPE)``
2672 Sign extend a constant to another type. The bit size of CST must be
2674 ``fptrunc (CST to TYPE)``
2676 The size of CST must be larger than the size of TYPE. Both types
2678 ``fpext (CST to TYPE)``
2679 Floating point extend a constant to another type. The size of CST
2682 ``fptoui (CST to TYPE)``
2684 integer constant. TYPE must be a scalar or vector integer type. CST
2685 must be of scalar or vector floating point type. Both CST and TYPE
2688 ``fptosi (CST to TYPE)``
2690 integer constant. TYPE must be a scalar or vector integer type. CST
2691 must be of scalar or vector floating point type. Both CST and TYPE
2694 ``uitofp (CST to TYPE)``
2697 CST must be of scalar or vector integer type. Both CST and TYPE must
2700 ``sitofp (CST to TYPE)``
2703 CST must be of scalar or vector integer type. Both CST and TYPE must
2706 ``ptrtoint (CST to TYPE)``
2708 constant. ``TYPE`` must be an integer type. ``CST`` must be of
2709 pointer type. The ``CST`` value is zero extended, truncated, or
2711 ``inttoptr (CST to TYPE)``
2713 pointer type. CST must be of integer type. The CST value is zero
2716 ``bitcast (CST to TYPE)``
2717 Convert a constant, CST, to another TYPE. The constraints of the
2720 ``addrspacecast (CST to TYPE)``
2721 Convert a constant pointer or constant vector of pointer, CST, to another