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