Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DConstants.cpp2475 bool isAllUndef = false; in replaceUsesOfWithOnConstant() local
2484 isAllUndef = true; in replaceUsesOfWithOnConstant()
2488 if (isAllUndef) isAllUndef = isa<UndefValue>(Val); in replaceUsesOfWithOnConstant()
2501 } else if (isAllUndef) { in replaceUsesOfWithOnConstant()