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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1209 bool isSimpleValue() const { return Val.getInt() == SimpleVal; } function in struct:__anon9921::AvailableValueInBlock
1214 assert(isSimpleValue() && "Wrong accessor");
1232 if (isSimpleValue()) {

Completed in 20 milliseconds