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

/external/llvm/lib/VMCore/
H A DInstruction.cpp174 return isIdenticalToWhenDefined(I) &&
178 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
181 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { function in class:Instruction

Completed in 207 milliseconds