OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSameSubclassOptionalData
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/
Value.h
255
///
hasSameSubclassOptionalData
- Test whether the optional flags contained
257
bool
hasSameSubclassOptionalData
(const Value *V) const {
/external/llvm/include/llvm/IR/
Value.h
441
bool
hasSameSubclassOptionalData
(const Value *V) const {
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp
290
// * we test for I->
hasSameSubclassOptionalData
(nuw/nsw/tail) at the top
295
!I1->
hasSameSubclassOptionalData
(I2))
Completed in 52 milliseconds