Home
last modified time | relevance | path

Searched refs:isCoercedLoadValue (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp204 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } in isCoercedLoadValue() function
214 assert(isCoercedLoadValue() && "Wrong accessor"); in getCoercedLoadValue()
775 (AV.AV.isCoercedLoadValue() && AV.AV.getCoercedLoadValue() == LI))) in ConstructSSAForLoadSet()
801 } else if (isCoercedLoadValue()) { in MaterializeAdjustedValue()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp1142 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } in isCoercedLoadValue() function
1151 assert(isCoercedLoadValue() && "Wrong accessor"); in getCoercedLoadValue()
1176 } else if (isCoercedLoadValue()) { in MaterializeAdjustedValue()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp171 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } in isCoercedLoadValue() function
181 assert(isCoercedLoadValue() && "Wrong accessor"); in getCoercedLoadValue()
1189 } else if (isCoercedLoadValue()) { in MaterializeAdjustedValue()