Searched refs:UseIncDec (Results 1 – 1 of 1) sorted by relevance
2512 bool UseIncDec = false; in fastLowerIntrinsicCall() local2514 UseIncDec = true; in fastLowerIntrinsicCall()2520 BaseOpc = UseIncDec ? unsigned(X86ISD::INC) : unsigned(ISD::ADD); in fastLowerIntrinsicCall()2526 BaseOpc = UseIncDec ? unsigned(X86ISD::DEC) : unsigned(ISD::SUB); in fastLowerIntrinsicCall()