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

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 780 Type *widestType;
797 widestType = SrcTy;
801 widestType = DstTy;
821 // Sign-extend Src to widestType
822 Pair->Src = SE->getSignExtendExpr(Src, widestType);
824 // Sign-extend Dst to widestType
825 Pair->Dst = SE->getSignExtendExpr(Dst, widestType);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 795 Type *widestType;
812 widestType = SrcTy;
816 widestType = DstTy;
836 // Sign-extend Src to widestType
837 Pair->Src = SE->getSignExtendExpr(Src, widestType);
839 // Sign-extend Dst to widestType
840 Pair->Dst = SE->getSignExtendExpr(Dst, widestType);
    [all...]

Completed in 104 milliseconds