OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsCommutative
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceInst.cpp
34
bool
IsCommutative
;
300
bool InstArithmetic::
isCommutative
() const {
301
return InstArithmeticAttributes[getOp()].
IsCommutative
;
[
all
...]
/art/compiler/optimizing/
nodes.h
[
all
...]
/external/v8/src/crankshaft/
hydrogen-instructions.h
[
all
...]
Completed in 287 milliseconds