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