Lines Matching full:brief
46 /// @brief Class for constant integers.
72 /// @brief Get a ConstantInt for a specific value.
80 /// @brief Get a ConstantInt for a specific signed value.
99 /// @brief Return the constant's value.
111 /// @brief Return the zero extended value.
120 /// @brief Return the sign extended value.
128 /// @brief Determine if this constant's value is same as an unsigned char.
148 /// @brief Determine if the value is in range for the given type.
164 /// @brief Determine if the value is one.
172 /// @brief Determine if the value is all ones.
181 /// @brief Determine if the value is maximal.
193 /// @brief Determine if the value is minimal.
205 /// @brief Determine if the value is greater or equal to the given number.
214 /// @brief Get the constant's value with a saturation limit
219 /// @brief Methods to support type inquiry through isa, cast, and dyn_cast.
482 /// @brief Determine if the value is all ones.
706 // @brief Convenience function for getting one of the casting operations
714 // @brief Create a ZExt or BitCast cast constant expression
720 // @brief Create a SExt or BitCast cast constant expression
726 // @brief Create a Trunc or BitCast cast constant expression
732 /// @brief Create a BitCast or a PtrToInt cast constant expression
738 /// @brief Create a ZExt, Bitcast or Trunc for integer -> integer casts
745 /// @brief Create a FPExt, Bitcast or FPTrunc for fp -> fp casts
751 /// @brief Return true if this is a convert constant expression
754 /// @brief Return true if this is a compare constant expression
757 /// @brief Return true if this is an insertvalue or extractvalue expression,
761 /// @brief Return true if this is a getelementptr expression and all
778 /// @brief Return an ICmp or FCmp comparison operator constant expression.