Searched refs:TstVT (Results 1 – 1 of 1) sorted by relevance
22478 EVT TstVT = LHS->getValueType(0); in performSETCCCombine() local22479 if (TstVT.isScalarInteger() && TstVT.getFixedSizeInBits() <= 64) { in performSETCCCombine()22482 SDValue TST = DAG.getNode(ISD::AND, DL, TstVT, LHS->getOperand(0), in performSETCCCombine()22483 DAG.getConstant(TstImm, DL, TstVT)); in performSETCCCombine()