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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 731 static bool CanCoerceMustAliasedValueToLoad(Value *StoredVal,
737 StoredVal->getType()->isStructTy() ||
738 StoredVal->getType()->isArrayTy())
742 if (TD.getTypeSizeInBits(StoredVal->getType()) <
756 static Value *CoerceAvailableValueToLoadType(Value *StoredVal,
760 if (!CanCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, TD))
764 Type *StoredValTy = StoredVal->getType();
773 return new BitCastInst(StoredVal, LoadedTy, "", InsertPt);
778 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt)
    [all...]
LoopIdiomRecognize.cpp 274 Value *StoredVal = SI->getValueOperand();
278 uint64_t SizeInBits = TD->getTypeSizeInBits(StoredVal->getType());
309 StoredVal, SI, StoreEv, BECount))
315 if (LoadInst *LI = dyn_cast<LoadInst>(StoredVal)) {
443 unsigned StoreAlignment, Value *StoredVal,
451 Value *SplatValue = isBytewiseValue(StoredVal);
463 (PatternValue = getMemSetPatternValue(StoredVal, *TD))) {
ScalarReplAggregates.cpp 322 Value *ConvertScalar_InsertValue(Value *StoredVal, Value *ExistingVal,
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 236 Value *StoredVal = SI->getOperand(0);
237 if (StoredVal == GV->getInitializer()) {
240 } else if (isa<LoadInst>(StoredVal) &&
241 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
246 GS.StoredOnceValue = StoredVal;
248 GS.StoredOnceValue == StoredVal) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 409 milliseconds