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

  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 234 if (SI.getValueOperand() == U->get())
  /external/llvm/lib/Analysis/
CostModel.cpp 138 Type *ValTy = SI->getValueOperand()->getType();
AliasAnalysis.cpp 234 getTypeStoreSize(SI->getValueOperand()->getType()),
  /external/llvm/lib/CodeGen/
StackProtector.cpp 161 if (AI == SI->getValueOperand())
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 198 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
ThreadSanitizer.cpp 378 Value *StoredValue = cast<StoreInst>(I)->getValueOperand();
461 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
MemorySanitizer.cpp 452 Value *Val = I.getValueOperand();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 920 if (DepSI->getValueOperand()->getType()->isStructTy() |
    [all...]
LoopIdiomRecognize.cpp 776 Value *StoredVal = SI->getValueOperand();
    [all...]
SROA.cpp 522 Value *ValOp = SI.getValueOperand();
    [all...]
EarlyCSE.cpp 551 std::pair<Value*, unsigned>(SI->getValueOperand(), CurrentGeneration));
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 280 Value *New = StripPointerCastsAndObjCCalls(Store->getValueOperand());
ObjCARCOpts.cpp 236 if (V != SI->getValueOperand())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
BBVectorize.cpp 480 Value *IVal = SI->getValueOperand();
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 345 Value *getValueOperand() { return getOperand(0); }
346 const Value *getValueOperand() const { return getOperand(0); }
    [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 903 Ty = sinst->getValueOperand()->getType();
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 695 TD.getABITypeAlignment(S->getValueOperand()->getType());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 405 Value *V = SI->getValueOperand();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 826 milliseconds