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

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h167 bool isUnordered() const { return !isVolatile(); } function in class:llvm::MachineMemOperand
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h132 bool isUnordered() const { return isInput(); } function in class:llvm::Dependence
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h219 bool isUnordered() const { function in class:llvm::LoadInst
339 bool isUnordered() const { function in class:llvm::StoreInst
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp3263 bool CmpInst::isUnordered(unsigned short predicate) { function in class:CmpInst

Completed in 79 milliseconds