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

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 176 /// isUnordered - Returns true if this memory operation doesn't have any
183 bool isUnordered() const { return !isVolatile(); }
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 130 /// isUnordered - Returns true if dependence is Input
132 bool isUnordered() const { return isInput(); }
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 236 bool isUnordered() const {
356 bool isUnordered() const {
    [all...]

Completed in 360 milliseconds