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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 788 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadedValSize);
789 StoredVal = IRB.CreateTrunc(StoredVal, NewIntTy, "trunc");
791 if (LoadedTy == NewIntTy)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 753 Type *NewIntTy = IntegerType::get(StoredValTy->getContext(), LoadSize);
754 StoredVal = new TruncInst(StoredVal, NewIntTy, "trunc", InsertPt);
756 if (LoadedTy == NewIntTy)
    [all...]

Completed in 162 milliseconds