HomeSort by relevance Sort by last modified time
    Searched defs:isUnordered (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 154 /// isUnordered - Returns true if this memory operation doesn't have any
161 bool isUnordered() const { return !isVolatile(); }
  /external/llvm/include/llvm/
Instructions.h 221 bool isUnordered() const {
341 bool isUnordered() const {
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 60 milliseconds