Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp448 bool IsDo = isDoLoopStart(*Start); in getStartOpcode() local
450 return IsDo ? ARM::t2DLS : ARM::t2WLS; in getStartOpcode()
452 return VCTPOpcodeToLSTP(VCTPs.back()->getOpcode(), IsDo); in getStartOpcode()