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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 853 if (DepSI->getValueOperand()->getType()->isStructTy() ||
854 DepSI->getValueOperand()->getType()->isArrayTy())
858 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType());
    [all...]
LoopIdiomRecognize.cpp 272 Value *StoredVal = SI->getValueOperand();
557 LoadInst *LI = cast<LoadInst>(SI->getValueOperand());
EarlyCSE.cpp 437 std::pair<Value*, unsigned>(SI->getValueOperand(), CurrentGeneration));
ObjCARC.cpp     [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 230 getTypeStoreSize(SI->getValueOperand()->getType()),
  /external/llvm/include/llvm/
Instructions.h 343 Value *getValueOperand() { return getOperand(0); }
344 const Value *getValueOperand() const { return getOperand(0); }
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 692 TD.getABITypeAlignment(S->getValueOperand()->getType());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 184 milliseconds