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

  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 171 return cleanupValue(EVI->getAggregateOperand());
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 644 Constant *C = dyn_cast<Constant>(I.getAggregateOperand());
646 C = SimplifiedValues.lookup(I.getAggregateOperand());
658 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand());
660 AggC = SimplifiedValues.lookup(I.getAggregateOperand());
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp     [all...]
InstructionSimplify.cpp     [all...]
Lint.cpp 658 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 767 Value *AggVal = EVI.getAggregateOperand();
788 Value *Aggr = IVI.getAggregateOperand();
    [all...]
GVN.cpp 223 IntrinsicInst *I = dyn_cast<IntrinsicInst>(EI->getAggregateOperand());
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 288 if (!isa<IntrinsicInst>(EV->getAggregateOperand()))
291 const auto *II = cast<IntrinsicInst>(EV->getAggregateOperand());
328 if (EVI->getAggregateOperand() != II)
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 703 milliseconds