OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstVal
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineConstantPool.h
71
const Constant *
ConstVal
;
82
Val.
ConstVal
= V;
SelectionDAGNodes.h
1816
const Constant *
ConstVal
;
1829
Val.
ConstVal
= c;
1849
return Val.
ConstVal
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h
87
Constant *
ConstVal
;
145
//
ConstVal
and Range are initialized on-demand.
160
ConstVal
= Other.
ConstVal
;
179
ConstVal
= Other.
ConstVal
;
258
return
ConstVal
;
263
return
ConstVal
;
318
ConstVal
= V;
338
ConstVal
= V
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CallSiteSplitting.cpp
170
Constant *
ConstVal
= cast<Constant>(Cond.first->getOperand(1));
172
setConstantInArgument(CB, Arg,
ConstVal
);
173
else if (
ConstVal
->getType()->isPointerTy() &&
ConstVal
->isNullValue()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp
1070
auto *
ConstVal
= ConstantArray::get(ArrTy, Args);
1071
auto *GV = new GlobalVariable(*M,
ConstVal
->getType(), /*isConstant=*/true,
1072
GlobalVariable::PrivateLinkage,
ConstVal
,
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp
142
Optional<ValueAndVReg>
ConstVal
=
144
if (
ConstVal
) {
148
.addImm(
ConstVal
->Value.getBoolValue() ? -1 : 0);
831
Optional<ValueAndVReg>
ConstVal
=
836
if (
ConstVal
&& AMDGPU::isInlinableLiteral32(
ConstVal
->Value.getSExtValue(),
838
MIB.addImm(
ConstVal
->Value.getSExtValue());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
5300
Constant *
ConstVal
=
5302
if (!
ConstVal
)
5306
if (!ValidLookupTableConstant(
ConstVal
, TTI))
5309
Res.push_back(std::make_pair(&PHI,
ConstVal
));
5619
ConstantInt *
ConstVal
= dyn_cast<ConstantInt>(TableContents[I]);
5620
if (!
ConstVal
) {
5626
const APInt &Val =
ConstVal
->getValue();
Completed in 29 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026