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

/external/clang/lib/Lex/
H A DMacroInfo.cpp72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, function in class:MacroInfo
/external/llvm/lib/IR/
H A DInstruction.cpp312 /// isIdenticalTo - Return true if the specified instruction is exactly
315 bool Instruction::isIdenticalTo(const Instruction *I) const { function in class:Instruction
320 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp185 /// isIdenticalTo - Return true if this operand is identical to the specified
188 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { function in class:MachineOperand
233 // Note: this must stay exactly in sync with isIdenticalTo above.
827 bool MachineInstr::isIdenticalTo(const MachineInstr *Other, function in class:MachineInstr
843 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
853 if (!MO.isIdenticalTo(OMO))
870 if (!MO.isIdenticalTo(OMO))
876 if (!MO.isIdenticalTo(OMO))

Completed in 134 milliseconds