OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpA
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp
286
Instruction *
OpA
= dyn_cast<Instruction>(GEPA->getOperand(FinalIndex));
288
if (!
OpA
|| !OpB ||
OpA
->getOpcode() != OpB->getOpcode() ||
289
OpA
->getType() != OpB->getType())
293
if (!isa<SExtInst>(
OpA
) && !isa<ZExtInst>(
OpA
))
296
bool Signed = isa<SExtInst>(
OpA
);
298
OpA
= dyn_cast<Instruction>(
OpA
->getOperand(0));
300
if (!
OpA
|| !OpB || OpA->getType() != OpB->getType()
[
all
...]
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
695
MachineOperand &
OpA
= Prev.getOperand(OpIdx[Row][0]);
701
unsigned RegA =
OpA
.getReg();
725
bool KillA =
OpA
.isKill();
[
all
...]
Completed in 584 milliseconds