Searched refs:TstVT (Results 1 – 1 of 1) sorted by relevance
25288 EVT TstVT = LHS->getValueType(0); in performSETCCCombine() local25289 if (TstVT.isScalarInteger() && TstVT.getFixedSizeInBits() <= 64 && in performSETCCCombine()25290 LHS->getConstantOperandVal(1) < TstVT.getFixedSizeInBits()) { in performSETCCCombine()25293 SDValue TST = DAG.getNode(ISD::AND, DL, TstVT, LHS->getOperand(0), in performSETCCCombine()25294 DAG.getSignedConstant(TstImm, DL, TstVT)); in performSETCCCombine()