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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 763 bool isCtPop = II->getIntrinsicID() == Intrinsic::ctpop;
764 Constant *RHS = ConstantInt::getSigned(Op0->getType(), isCtPop ? -1:0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineShifts.cpp 689 bool isCtPop = II->getIntrinsicID() == Intrinsic::ctpop;
690 Constant *RHS = ConstantInt::getSigned(Op0->getType(), isCtPop ? -1:0);

Completed in 159 milliseconds