Searched defs:isSimpleValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1196 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } function in struct:__anon7768::AvailableValueInBlock
1201 assert(isSimpleValue() && "Wrong accessor");
1219 if (isSimpleValue()) {
1544 if (AV.isSimpleValue())

Completed in 71 milliseconds