OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCondBit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanVerifier.cpp
54
assert(VPB->
getCondBit
() && "Missing condition bit!");
56
assert(!VPB->
getCondBit
() && "Unexpected condition bit!");
VPlanPredicator.cpp
39
VPValue *CBV = PredBB->
getCondBit
();
VPlan.cpp
191
VPValue *VPBlockBase::
getCondBit
() {
195
const VPValue *VPBlockBase::
getCondBit
() const {
338
if (EnableVPlanNativePath && (CBV =
getCondBit
())) {
427
if (const VPValue *CBV =
getCondBit
()) {
VPlan.h
553
VPValue *
getCondBit
();
555
const VPValue *
getCondBit
() const;
Completed in 24 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026