Home
last modified time | relevance | path

Searched defs:isUnordered (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h251 bool isUnordered() const { in isUnordered() function
370 bool isUnordered() const { in isUnordered() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h185 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h132 bool isUnordered() const { return isInput(); } in isUnordered() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3385 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered() function in CmpInst