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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 5390 static bool isNonZeroModBitWidthOrUndef(const MachineRegisterInfo &MRI,
5419 if (isNonZeroModBitWidthOrUndef(MRI, Z, BW)) {
5460 if (isNonZeroModBitWidthOrUndef(MRI, Z, BW)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 6452 static bool isNonZeroModBitWidthOrUndef(SDValue Z, unsigned BW) {
6483 if (isNonZeroModBitWidthOrUndef(Z, BW)) {
6507 if (isNonZeroModBitWidthOrUndef(Z, BW)) {

Completed in 64 milliseconds