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

  /external/clang/lib/Lex/
MacroInfo.cpp 88 /// isIdenticalTo - Return true if the specified macro definition is equal to
92 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const {
  /external/llvm/lib/VMCore/
Instruction.cpp 173 /// isIdenticalTo - Return true if the specified instruction is exactly
176 bool Instruction::isIdenticalTo(const Instruction *I) const {
181 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 186 /// isIdenticalTo - Return true if this operand is identical to the specified
188 bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
738 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
751 if (!MO.isIdenticalTo(OMO))
768 if (!MO.isIdenticalTo(OMO))
774 if (!MO.isIdenticalTo(OMO))
    [all...]

Completed in 2476 milliseconds