HomeSort by relevance Sort by last modified time
    Searched full:is_align_stack (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/IR/
ConstantsContext.h 357 has_side_effects(hasSideEffects), is_align_stack(isAlignStack),
362 bool is_align_stack; member in struct:llvm::InlineAsmKeyType
368 this->is_align_stack == that.is_align_stack &&
378 if (this->is_align_stack != that.is_align_stack)
379 return this->is_align_stack < that.is_align_stack;
498 Key.has_side_effects, Key.is_align_stack,

Completed in 171 milliseconds