Home
last modified time | relevance | path

Searched defs:isIdenticalToWhenDefined (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h279 bool isIdenticalToWhenDefined(const DPValue &Other) { in isIdenticalToWhenDefined() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp768 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction