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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 652 unsigned ResultBit = NTZ;
658 if (InputBit > ResultBit)
660 ConstantInt::get(I->getType(), InputBit-ResultBit));
663 ConstantInt::get(I->getType(), ResultBit-InputBit));
    [all...]

Completed in 977 milliseconds