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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp177 return isIdenticalToWhenDefined(I) &&
181 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
184 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { function in class:Instruction
/external/llvm/lib/IR/
H A DInstruction.cpp401 return isIdenticalToWhenDefined(I) &&
405 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
408 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { function in class:Instruction

Completed in 96 milliseconds