HomeSort by relevance Sort by last modified time
    Searched defs:isIdenticalToWhenDefined (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 177 return isIdenticalToWhenDefined(I) &&
181 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
184 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const {
  /external/llvm/lib/IR/
Instruction.cpp 401 return isIdenticalToWhenDefined(I) &&
405 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
408 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const {

Completed in 747 milliseconds