HomeSort by relevance Sort by last modified time
    Searched refs:NTy (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 732 IntegerType *NTy = cast<IntegerType>(FromVal->getType());
741 ShAmt = TD.getTypeStoreSizeInBits(NTy) -
750 if (ShAmt > 0 && (unsigned)ShAmt < NTy->getBitWidth())
753 else if (ShAmt < 0 && (unsigned)-ShAmt < NTy->getBitWidth())
759 if (LIBitWidth < NTy->getBitWidth())
763 else if (LIBitWidth > NTy->getBitWidth())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 320 milliseconds