HomeSort by: relevance | last modified time | path
    Searched refs:LeftShift (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 122 LeftShift, // ?6 # operator<<
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 259 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<");
MicrosoftDemangle.cpp 544 IFK::LeftShift, // ?6 # operator<<
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 13286 bool LeftShift = N0->getOpcode() == ISD::SHL;
13297 if (LeftShift)
13311 if (!LeftShift && isMask_32(C1)) {
13322 if (LeftShift && isMask_32(~C1)) {
13334 if (LeftShift && isShiftedMask_32(C1)) {
13347 if (!LeftShift && isShiftedMask_32(C1)) {

Completed in 52 milliseconds