Searched refs:getLowestPossibleValue (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1724 Value *getLowestPossibleValue(IRBuilder<> &IRB, Value *A, Value *Sa, in getLowestPossibleValue() function 1779 getLowestPossibleValue(IRB, A, Sa, IsSigned), in handleRelationalComparisonExact() 1783 getLowestPossibleValue(IRB, B, Sb, IsSigned)); in handleRelationalComparisonExact()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1916 Value *getLowestPossibleValue(IRBuilder<> &IRB, Value *A, Value *Sa, in getLowestPossibleValue() function 1971 getLowestPossibleValue(IRB, A, Sa, IsSigned), in handleRelationalComparisonExact() 1975 getLowestPossibleValue(IRB, B, Sb, IsSigned)); in handleRelationalComparisonExact()
|