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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1209 bool isCoercedLoadValue() const { return Val.getInt() == LoadVal; } function in struct:__anon9090::AvailableValueInBlock
1218 assert(isCoercedLoadValue() && "Wrong accessor");
1243 } else if (isCoercedLoadValue()) {

Completed in 55 milliseconds