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

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 641 Constant *C = dyn_cast<Constant>(I.getAggregateOperand());
643 C = SimplifiedValues.lookup(I.getAggregateOperand());
655 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand());
657 AggC = SimplifiedValues.lookup(I.getAggregateOperand());
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp     [all...]
InstructionSimplify.cpp     [all...]
Lint.cpp 631 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 765 Value *AggVal = EVI.getAggregateOperand();
786 Value *Aggr = IVI.getAggregateOperand();
    [all...]
GVN.cpp 221 IntrinsicInst *I = dyn_cast<IntrinsicInst>(EI->getAggregateOperand());
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1269 milliseconds