HomeSort by relevance Sort by last modified time
    Searched refs:getAggregateOperand (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 171 return cleanupValue(EVI->getAggregateOperand());
  /external/llvm/lib/Analysis/
InlineCost.cpp 695 Constant *C = dyn_cast<Constant>(I.getAggregateOperand());
697 C = SimplifiedValues.lookup(I.getAggregateOperand());
709 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand());
711 AggC = SimplifiedValues.lookup(I.getAggregateOperand());
    [all...]
CFLAliasAnalysis.cpp 437 auto *Ptr = Inst.getAggregateOperand();
492 return Inst.getAggregateOperand();
    [all...]
InstructionSimplify.cpp     [all...]
Lint.cpp 661 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 776 Value *AggVal = EVI.getAggregateOperand();
797 Value *Aggr = IVI.getAggregateOperand();
    [all...]
GVN.cpp 229 IntrinsicInst *I = dyn_cast<IntrinsicInst>(EI->getAggregateOperand());
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 271 if (!isa<IntrinsicInst>(EV->getAggregateOperand()))
274 const auto *II = cast<IntrinsicInst>(EV->getAggregateOperand());
311 if (EVI->getAggregateOperand() != II)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1615 milliseconds