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 83 /// isIdenticalTo - Return true if the specified macro definition is equal to
87 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP) const {
  /external/llvm/lib/VMCore/
Instruction.cpp 168 /// isIdenticalTo - Return true if the specified instruction is exactly
171 bool Instruction::isIdenticalTo(const Instruction *I) const {
176 /// 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 {
763 bool MachineInstr::isIdenticalTo(const MachineInstr *Other,
776 if (!MO.isIdenticalTo(OMO))
793 if (!MO.isIdenticalTo(OMO))
799 if (!MO.isIdenticalTo(OMO))
    [all...]

Completed in 652 milliseconds