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

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

Completed in 120 milliseconds