Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:binOp
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
induction_variable_analysis.cpp
43
TypedBinOp
binOp
= acc_.GetTypedBinaryOp(valueGate);
in IsInductionVariable()
local
44
if (
binOp
!= TypedBinOp::TYPED_ADD &&
binOp
!= TypedBinOp::TYPED_SUB) {
in IsInductionVariable()
82
[[maybe_unused]]TypedBinOp
binOp
= acc_.GetTypedBinaryOp(valueGate);
in GetStartAndStride()
local
83
ASSERT(
binOp
== TypedBinOp::TYPED_ADD ||
binOp
== TypedBinOp::TYPED_SUB);
in GetStartAndStride()
H
A
D
mcr_gate_meta_data.h
283
static uint64_t ToValue(ParamType operandType, TypedBinOp
binOp
)
in ToValue()
argument
285
return TypedValueBits::Encode(operandType.Value()) | TypedBinOpBits::Encode(
binOp
);
in ToValue()
H
A
D
range_analysis.cpp
335
auto
binOp
= acc_.GetTypedBinaryOp(gate);
in PrintRangeInfo()
local
336
switch (
binOp
) {
in PrintRangeInfo()
H
A
D
type_info_accessors.cpp
69
TypedBinOp
binOp
= accessor.GetTypedBinOp();
in IsTrustedBooleanType()
local
70
switch (
binOp
) {
in IsTrustedBooleanType()
123
TypedBinOp
binOp
= accessor.GetTypedBinOp();
in IsTrustedNumberType()
local
124
switch (
binOp
) {
in IsTrustedNumberType()
Completed in 5 milliseconds