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

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 178 /// isUnordered - Returns true if this memory operation doesn't have any
185 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/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 256 bool isUnordered() const {
375 bool isUnordered() const {
    [all...]

Completed in 114 milliseconds