Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h260 bool isUnordered() const { in isUnordered() function
392 bool isUnordered() const { in isUnordered() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h272 bool isUnordered() const { in isUnordered() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h137 bool isUnordered() const { return isInput(); } in isUnordered() function
H A DTargetTransformInfo.h86 bool isUnordered() const { in isUnordered() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp734 bool isUnordered() const { in isUnordered() function in __anon9c03e52c0311::EarlyCSE::ParseMemoryInst
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3949 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered() function in CmpInst