Home | History | Annotate | Download | only in llvm

Lines Matching full:casts

385 /// casts. It is simply provided so that instruction category testing
480 /// @brief Create a ZExt, BitCast, or Trunc for int -> int casts.
489 /// @brief Create a ZExt, BitCast, or Trunc for int -> int casts.
498 /// @brief Create an FPExt, BitCast, or FPTrunc for fp -> fp casts
506 /// @brief Create an FPExt, BitCast, or FPTrunc for fp -> fp casts
562 /// IntPtrTy argument is used to make accurate determinations for casts
563 /// involving Integer and Pointer types. They are no-op casts if the integer
581 /// Determine how a pair of casts can be eliminated, if they can be at all.