Searched defs:isClobber (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ | ||
H A D | MemoryDependenceAnalysis.h | 142 bool isClobber() const { return Value.is<Clobber>(); } function in class:llvm::MemDepResult |
/external/llvm/include/llvm/IR/ | ||
H A D | InlineAsm.h | 96 isClobber // '~x' enumerator in enum:llvm::InlineAsm::ConstraintPrefix |
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ | ||
H A D | MemoryDependenceAnalysis.h | 126 /// isClobber - Return true if this MemDepResult represents a query that is 128 bool isClobber() const { return Value.getInt() == Clobber; } function in class:llvm::MemDepResult |
/external/swiftshader/third_party/LLVM/include/llvm/ | ||
H A D | InlineAsm.h | 88 isClobber // '~x' enumerator in enum:llvm::InlineAsm::ConstraintPrefix |
Completed in 616 milliseconds