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

/external/llvm/lib/IR/
H A DInstruction.cpp267 static bool haveSameSpecialState(const Instruction *I1, const Instruction *I2, function
337 return haveSameSpecialState(this, I);
350 return haveSameSpecialState(this, I);
377 return haveSameSpecialState(this, I, IgnoreAlignment);

Completed in 115 milliseconds