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

/external/clang/lib/Lex/
H A DMacroInfo.cpp88 /// isIdenticalTo - Return true if the specified macro definition is equal to
92 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const { function in class:MacroInfo
/external/llvm/lib/VMCore/
H A DInstruction.cpp173 /// isIdenticalTo - Return true if the specified instruction is exactly
176 bool Instruction::isIdenticalTo(const Instruction *I) const { function in class:Instruction
181 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp186 /// isIdenticalTo - Return true if this operand is identical to the specified
188 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const { function in class:MachineOperand
738 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
751 if (!MO.isIdenticalTo(OMO))
768 if (!MO.isIdenticalTo(OMO))
774 if (!MO.isIdenticalTo(OMO))
1108 if (!MOp.isIdenticalTo(MO))

Completed in 1230 milliseconds