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