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

  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 92 Value *StoredVal = SI->getOperand(0);
94 if (Constant *C = dyn_cast<Constant>(StoredVal)) {
101 if (StoredVal == GV->getInitializer()) {
104 } else if (isa<LoadInst>(StoredVal) &&
105 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
110 GS.StoredOnceValue = StoredVal;
112 GS.StoredOnceValue == StoredVal) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 831 static bool CanCoerceMustAliasedValueToLoad(Value *StoredVal,
837 StoredVal->getType()->isStructTy() ||
838 StoredVal->getType()->isArrayTy())
842 if (DL.getTypeSizeInBits(StoredVal->getType()) <
855 static Value *CoerceAvailableValueToLoadType(Value *StoredVal,
859 if (!CanCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, DL))
863 Type *StoredValTy = StoredVal->getType();
873 return new BitCastInst(StoredVal, LoadedTy, "", InsertPt);
878 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 436 milliseconds