Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/IR/
DBasicBlock.cpp363 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor() local
364 Phi.replaceAllUsesWith(PhiConstant); in removePredecessor()