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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 814 static bool CanCoerceMustAliasedValueToLoad(Value *StoredVal,
820 StoredVal->getType()->isStructTy() ||
821 StoredVal->getType()->isArrayTy())
825 if (TD.getTypeSizeInBits(StoredVal->getType()) <
838 static Value *CoerceAvailableValueToLoadType(Value *StoredVal,
842 if (!CanCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, TD))
846 Type *StoredValTy = StoredVal->getType();
856 return new BitCastInst(StoredVal, LoadedTy, "", InsertPt);
861 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt)
    [all...]
LoopIdiomRecognize.cpp 776 Value *StoredVal = SI->getValueOperand();
780 uint64_t SizeInBits = TD->getTypeSizeInBits(StoredVal->getType());
811 StoredVal, SI, StoreEv, BECount))
817 if (LoadInst *LI = dyn_cast<LoadInst>(StoredVal)) {
    [all...]
ScalarReplAggregates.cpp 322 Value *ConvertScalar_InsertValue(Value *StoredVal, Value *ExistingVal,
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 234 Value *StoredVal = SI->getOperand(0);
236 if (Constant *C = dyn_cast<Constant>(StoredVal)) {
243 if (StoredVal == GV->getInitializer()) {
246 } else if (isa<LoadInst>(StoredVal) &&
247 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
252 GS.StoredOnceValue = StoredVal;
254 GS.StoredOnceValue == StoredVal) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 709 milliseconds