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:getBoolValue
(Results
1 - 24
of
24
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
KnownBits.cpp
51
LHS, RHS, Carry.Zero.
getBoolValue
(), Carry.One.
getBoolValue
());
in computeForAddCarry()
H
A
D
APInt.cpp
2263
while (Tmp.
getBoolValue
()) {
2269
while (Tmp.
getBoolValue
()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H
A
D
Utils.cpp
369
if (!C2.
getBoolValue
())
in ConstantFoldBinOp()
373
if (!C2.
getBoolValue
())
in ConstantFoldBinOp()
377
if (!C2.
getBoolValue
())
in ConstantFoldBinOp()
381
if (!C2.
getBoolValue
())
in ConstantFoldBinOp()
/third_party/protobuf/php/src/Google/Protobuf/
H
A
D
Value.php
148
public function
getBoolValue
()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
DemandedBits.cpp
224
.
getBoolValue
())
in determineLiveOperandBits()
277
.
getBoolValue
())
in determineLiveOperandBits()
H
A
D
Loads.cpp
71
if (KnownDerefBytes.
getBoolValue
() && KnownDerefBytes.uge(Size))
in isDereferenceableAndAlignedPointer()
H
A
D
InstructionSimplify.cpp
1686
if (C0->
getBoolValue
() && isNUW) {
in simplifyAndOfICmpsWithAdd()
1759
if (C0->
getBoolValue
() && isNUW) {
in simplifyOrOfICmpsWithAdd()
H
A
D
ValueTracking.cpp
1905
if (OrZero || RHSBits.One.
getBoolValue
() || LHSBits.One.
getBoolValue
())
in isKnownToBeAPowerOfTwo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H
A
D
APInt.h
405
bool
getBoolValue
() const { return !!*this; }
in getBoolValue()
function in llvm::APInt
1533
if (!
getBoolValue
())
/third_party/protobuf/php/tests/
H
A
D
WellKnownTest.php
289
$this->assertSame(true, $m->
getBoolValue
());
H
A
D
EncodeDecodeTest.php
985
$this->assertSame(true, $m->
getBoolValue
());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
Reassociate.cpp
1267
int NewInstNum = ConstOpnd.
getBoolValue
() ? 1 : 2;
1283
int NewInstNum = ConstOpnd.
getBoolValue
() ? 1 : 2;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H
A
D
X86MCTargetDesc.cpp
461
return Mask.
getBoolValue
();
in clearsSuperRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
APInt.h
482
bool
getBoolValue
() const { return !!*this; }
in getBoolValue()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
SelectionDAG.cpp
2967
if (NewBits.
getBoolValue
())
3330
if (Known2.One.
getBoolValue
()) {
3431
if (N1Known.Zero.
getBoolValue
()) {
4811
if (!C2.
getBoolValue
())
4815
if (!C2.
getBoolValue
())
4819
if (!C2.
getBoolValue
())
4823
if (!C2.
getBoolValue
())
H
A
D
SelectionDAGISel.cpp
1347
if (Offset.
getBoolValue
())
in processDbgDeclares()
H
A
D
DAGCombiner.cpp
8034
if (Known.One.
getBoolValue
()) return DAG.getConstant(0, SDLoc(N0), VT);
in visitSRL()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonISelDAGToDAG.cpp
1805
if (CInt.
getBoolValue
())
in getPowerOf2Factor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H
A
D
InstCombineAndOrXor.cpp
736
(CCst->getValue() ^ ECst->getValue())).
getBoolValue
())
in foldLogOpOfMaskedICmps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
CodeGenPrepare.cpp
1614
if ((Cimm & (Cimm + 1)).
getBoolValue
())
in isExtractBitsCandidateUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H
A
D
LLParser.cpp
8256
Val = (unsigned)Lex.getAPSIntVal().
getBoolValue
();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCISelLowering.cpp
2351
if (LHSKnown.Zero.
getBoolValue
()) {
in SelectAddressRegReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86ISelLowering.cpp
6156
if (UndefSrcElts.
getBoolValue
() && !AllowUndefs)
6195
if (UndefEltBits.
getBoolValue
() && !AllowPartialUndefs)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMISelLowering.cpp
12657
if ((NewToMask & CombinedToMask).
getBoolValue
())
in FindBFIToCombineWith()
Completed in 235 milliseconds