Searched defs:IsPow2 (Results 1 – 2 of 2) sorted by relevance
1104 bool IsPow2 = !getContext().getAsmInfo().getAlignmentIsInBytes(); in ParseStatement() local1108 bool IsPow2 = !getContext().getAsmInfo().getAlignmentIsInBytes(); in ParseStatement() local1943 bool AsmParser::ParseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in ParseDirectiveAlign()
1665 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local1669 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local2912 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()