Home
last modified time | relevance | path

Searched refs:thisPHI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DInstruction.cpp423 if (const PHINode *thisPHI = dyn_cast<PHINode>(this)) { in isIdenticalToWhenDefined() local
425 return std::equal(thisPHI->block_begin(), thisPHI->block_end(), in isIdenticalToWhenDefined()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp461 if (const PHINode *thisPHI = dyn_cast<PHINode>(this)) { in isIdenticalToWhenDefined() local
463 return std::equal(thisPHI->block_begin(), thisPHI->block_end(), in isIdenticalToWhenDefined()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp489 if (const PHINode *thisPHI = dyn_cast<PHINode>(this)) { in isIdenticalToWhenDefined() local
491 return std::equal(thisPHI->block_begin(), thisPHI->block_end(), in isIdenticalToWhenDefined()