OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitialValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp
468
MachineOperand *
InitialValue
= 0;
473
InitialValue
= &IV_Phi->getOperand(i);
477
if (!
InitialValue
)
563
// Allow
InitialValue
to be a register defined with an immediate.
564
if (
InitialValue
->isReg()) {
565
if (!defWithImmediate(
InitialValue
->getReg()))
567
InitV = getImmediate(*
InitialValue
);
569
assert(
InitialValue
->isImm());
570
InitV =
InitialValue
->getImm();
591
if (
InitialValue
->isReg())
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
Completed in 229 milliseconds