Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp102 bool AtInsnStart = true; in getInlineAsmLength() local
108 AtInsnStart = true; in getInlineAsmLength()
112 AtInsnStart = false; in getInlineAsmLength()
115 if (AtInsnStart && !isSpace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength()
129 AtInsnStart = false; in getInlineAsmLength()