OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAggregateOperand
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
OverflowInstAnalysis.cpp
40
II = dyn_cast<IntrinsicInst>(Extract->
getAggregateOperand
());
LazyValueInfo.cpp
1011
if (auto *WO = dyn_cast<WithOverflowInst>(EVI->
getAggregateOperand
()))
1018
EVI->
getAggregateOperand
(), EVI->getIndices(),
1165
if (auto *WO = dyn_cast<WithOverflowInst>(EVI->
getAggregateOperand
()))
CFLGraph.h
505
auto *Ptr = Inst.
getAggregateOperand
();
Lint.cpp
674
FindInsertedValue(Ex->
getAggregateOperand
(), Ex->getIndices()))
InstructionSimplify.cpp
4386
if (EV->
getAggregateOperand
()->getType() == Agg->getType() &&
4390
return EV->
getAggregateOperand
();
4393
if (Agg == EV->
getAggregateOperand
())
4451
IVI = dyn_cast<InsertValueInst>(IVI->
getAggregateOperand
())) {
5922
Result = SimplifyInsertValueInst(IV->
getAggregateOperand
(),
5935
Result = SimplifyExtractValueInst(EVI->
getAggregateOperand
(),
ValueTracking.cpp
3907
PrevTo = Del->
getAggregateOperand
();
4011
return FindInsertedValue(I->
getAggregateOperand
(), idx_range,
4041
return FindInsertedValue(I->
getAggregateOperand
(), Idxs, InsertBefore);
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp
172
return cleanupValue(EVI->
getAggregateOperand
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
353
I->
getAggregateOperand
()->getType() !=
354
FirstEVI->
getAggregateOperand
()->getType())
361
FirstEVI->
getAggregateOperand
()->getType(), PN.getNumIncomingValues(),
362
FirstEVI->
getAggregateOperand
()->getName() + ".pn");
366
cast<ExtractValueInst>(std::get<1>(Incoming))->
getAggregateOperand
(),
InstCombineVectorOps.cpp
758
CurrIVI = dyn_cast<InsertValueInst>(CurrIVI->
getAggregateOperand
()),
826
Value *SourceAggregate = EVI->
getAggregateOperand
();
InstructionCombining.cpp
2991
Value *Agg = EV.
getAggregateOperand
();
3016
return ExtractValueInst::Create(IV->
getAggregateOperand
(),
3034
Value *NewEV = Builder.CreateExtractValue(IV->
getAggregateOperand
(),
InstCombineLoadStoreAlloca.cpp
1066
V = IV->
getAggregateOperand
();
InstCombineCompares.cpp
5559
UAddOv = cast<ExtractValueInst>(Op0)->
getAggregateOperand
();
5563
UAddOv = cast<ExtractValueInst>(Op1)->
getAggregateOperand
();
5780
if (auto *ACXI = dyn_cast<AtomicCmpXchgInst>(EVI->
getAggregateOperand
()))
InstCombineSelect.cpp
2113
return dyn_cast<AtomicCmpXchgInst>(Extract->
getAggregateOperand
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Evaluator.cpp
421
getVal(EVI->
getAggregateOperand
()), EVI->getIndices());
426
getVal(IVI->
getAggregateOperand
()),
SCCPSolver.cpp
818
Value *AggVal = EVI.
getAggregateOperand
();
844
Value *Aggr = IVI.
getAggregateOperand
();
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
2387
Value *
getAggregateOperand
() {
2390
const Value *
getAggregateOperand
() const {
2508
Value *
getAggregateOperand
() {
2511
const Value *
getAggregateOperand
() const {
PatternMatch.h
2376
return Val.match(I->
getAggregateOperand
());
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp
240
if (!isa<IntrinsicInst>(EV->
getAggregateOperand
()))
243
const auto *II = cast<IntrinsicInst>(EV->
getAggregateOperand
());
280
if (EVI->
getAggregateOperand
() != II)
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
1928
Value *Agg = I.
getAggregateOperand
();
1972
Value *Agg = I.
getAggregateOperand
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
2803
Value *Agg = I.
getAggregateOperand
();
2817
Value *AggShadow = DFSF.getShadow(I.
getAggregateOperand
());
MemorySanitizer.cpp
3974
Value *Agg = I.
getAggregateOperand
();
3987
Value *AggShadow = getShadow(I.
getAggregateOperand
());
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
3325
if (!isa<IntrinsicInst>(EV->
getAggregateOperand
()))
3328
const auto *II = cast<IntrinsicInst>(EV->
getAggregateOperand
());
3398
if (EVI->
getAggregateOperand
() != II)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp
360
WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->
getAggregateOperand
());
NewGVN.cpp
1790
auto *WO = dyn_cast<WithOverflowInst>(EI->
getAggregateOperand
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
3876
Assert(ExtractValueInst::getIndexedType(EVI.
getAggregateOperand
()->getType(),
3884
Assert(ExtractValueInst::getIndexedType(IVI.
getAggregateOperand
()->getType(),
Completed in 96 milliseconds
1
2
Indexes created Mon Jun 15 00:25:07 UTC 2026