OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsConstant
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
575
bool LLParser::parseGlobalType(bool &
IsConstant
) {
577
IsConstant
= true;
579
IsConstant
= false;
581
IsConstant
= false;
1124
bool
IsConstant
, IsExternallyInitialized;
1133
parseGlobalType(
IsConstant
) || parseType(Ty, TyLoc))
1189
GV->setConstant(
IsConstant
);
/src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp
62
//
IsConstant
indices are "int", but have the constant expression.
65
bool
IsConstant
= false;
432
if (
IsConstant
)
468
if (
IsConstant
)
708
if (
IsConstant
)
715
if (
IsConstant
)
717
IsConstant
= true;
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp
814
bool
IsConstant
= evaluateConstantImm(Expr, Imm, VK);
816
if (
IsConstant
)
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
1692
auto
IsConstant
= [](const SDValue &V) {
1773
if (
IsConstant
(Lane))
1873
if (
IsConstant
(Lane)) {
1882
IsLaneConstructed = [&
IsConstant
](size_t _, const SDValue &Lane) {
1883
return
IsConstant
(Lane);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h
478
IsConstant
= 1 << 0,
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
1943
auto
IsConstant
= [&](Metadata *Bound) -> bool {
1945
return BE->
isConstant
()
1947
*BE->
isConstant
()
1954
assert(
IsConstant
(Bound) && "Expected constant");
1960
if (
IsConstant
(Count))
1967
if (
IsConstant
(LBound))
1974
if (
IsConstant
(UBound))
1981
if (
IsConstant
(Stride))
3577
Out << (GV->
isConstant
() ? "constant " : "global ");
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
369
CGM.getModule(), VDispMapTy, /*
isConstant
=*/true, Linkage,
541
/*
isConstant
=*/true,
1865
/*
isConstant
=*/true, VTableLinkage,
2365
CGM.getModule(), InitFunc->getType(), /*
isConstant
=*/true,
2414
/*
isConstant
=*/false, llvm::GlobalVariable::ExternalLinkage,
2556
new llvm::GlobalVariable(CGM.getModule(), GuardTy, /*
isConstant
=*/false,
3229
bool
IsConstant
= isa<llvm::Constant>(Src);
3303
if (
IsConstant
) {
3492
/*
isConstant
=*/true,
3672
auto CHD = new llvm::GlobalVariable(Module, Type, /*
isConstant
=*/true, Linkage
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
808
func (v Value)
IsConstant
() bool { return C.LLVMIsConstant(v.C) != 0 }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
7364
bool
isConstant
= false;
7368
isConstant
= AT->getElementType().
isConstant
(S.Context);
7370
isConstant
= T.
isConstant
(S.Context) &&
7371
PT->getPointeeType().
isConstant
(S.Context);
7375
isConstant
= T.
isConstant
(S.Context);
7378
if (
isConstant
) {
11834
bool
IsConstant
[
all
...]
Completed in 38 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026