Home
last modified time | relevance | path

Searched refs:UseIncDec (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FastISel.cpp2512 bool UseIncDec = false; in fastLowerIntrinsicCall() local
2514 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()