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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 737 unsigned ValSizeInBytes = EltSize;
749 if (ValSizeInBytes < ByteSize) return SDValue();
754 while (ValSizeInBytes > ByteSize) {
755 ValSizeInBytes >>= 1;
758 if (((Value >> (ValSizeInBytes*8)) & ((1 << (8*ValSizeInBytes))-1)) !=
759 (Value & ((1 << (8*ValSizeInBytes))-1)))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 93 milliseconds