Searched defs:IsPow2 (Results 1 – 1 of 1) sorted by relevance
1411 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local1415 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local2658 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()