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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerCombiner.cpp 180 APInt SCVMinus1 = ShiftedConstValue - 1;
182 if (SCVMinus1.isPowerOf2()) {
183 ShiftAmt = SCVMinus1.logBase2();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 12261 APInt SCVMinus1 = ShiftedConstValue - 1;
12263 if (SCVMinus1.isPowerOf2()) {
12264 ShiftAmt = SCVMinus1.logBase2();

Completed in 44 milliseconds