OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitValue
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
LowerEmuTLS.cpp
93
const Constant *
InitValue
= nullptr;
95
InitValue
= GV->getInitializer();
96
const ConstantInt *InitIntValue = dyn_cast<ConstantInt>(
InitValue
);
99
if (isa<ConstantAggregateZero>(
InitValue
) ||
101
InitValue
= nullptr;
111
PointerType *InitPtrType =
InitValue
?
112
PointerType::getUnqual(
InitValue
->getType()) : VoidPtrType;
132
// Define "__emutls_t.*" if there is
InitValue
134
if (
InitValue
) {
140
EmuTlsTmplVar->setInitializer(const_cast<Constant*>(
InitValue
));
[
all
...]
/external/llvm/include/llvm/Support/
Options.h
97
const ValT &
InitValue
) {
99
cl::Hidden, cl::init(
InitValue
));
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
287
int64_t
InitValue
;
288
if (!InitValueVal || !ConvertToSInt(InitValueVal->getValueAPF(),
InitValue
))
367
if (!isInt<32>(
InitValue
) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
378
if (
InitValue
>= ExitValue)
381
uint32_t Range = uint32_t(ExitValue-
InitValue
);
405
if (
InitValue
<= ExitValue)
408
uint32_t Range = uint32_t(
InitValue
-ExitValue);
434
NewPHI->addIncoming(ConstantInt::get(Int32Ty,
InitValue
),
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
[
all
...]
Completed in 368 milliseconds