HomeSort by relevance Sort by last modified time
    Searched defs:sextOrTrunc (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
ConstantRange.cpp 637 /// sextOrTrunc - make this range have the bit width given by \p DstTySize. The
639 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const {
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 490 /// sextOrTrunc - make this range have the bit width given by \p DstTySize. The
492 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const {
  /external/llvm/lib/Support/
APInt.cpp 1029 APInt APInt::sextOrTrunc(unsigned width) const {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 1007 APInt APInt::sextOrTrunc(unsigned width) const {
    [all...]

Completed in 195 milliseconds