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

  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 95 Value *StoredVal = SI->getOperand(0);
97 if (Constant *C = dyn_cast<Constant>(StoredVal)) {
104 if (StoredVal == GV->getInitializer()) {
107 } else if (isa<LoadInst>(StoredVal) &&
108 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
113 GS.StoredOnceValue = StoredVal;
115 GS.StoredOnceValue == StoredVal) {
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 837 static bool CanCoerceMustAliasedValueToLoad(Value *StoredVal,
843 StoredVal->getType()->isStructTy() ||
844 StoredVal->getType()->isArrayTy())
848 if (DL.getTypeSizeInBits(StoredVal->getType()) <
861 static Value *CoerceAvailableValueToLoadType(Value *StoredVal,
865 if (!CanCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, DL))
869 Type *StoredValTy = StoredVal->getType();
879 return new BitCastInst(StoredVal, LoadedTy, "", InsertPt);
884 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt)
    [all...]
LoopIdiomRecognize.cpp 731 Value *StoredVal = SI->getValueOperand();
736 uint64_t SizeInBits = DL.getTypeSizeInBits(StoredVal->getType());
767 StoredVal, SI, StoreEv, BECount))
773 if (LoadInst *LI = dyn_cast<LoadInst>(StoredVal)) {
    [all...]
ScalarReplAggregates.cpp 328 Value *ConvertScalar_InsertValue(Value *StoredVal, Value *ExistingVal,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 316 milliseconds