Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h76 bool isConstantUsed() const;
/external/llvm/lib/IR/
DConstants.cpp309 bool Constant::isConstantUsed() const { in isConstantUsed() function in Constant
315 if (UC->isConstantUsed()) in isConstantUsed()
DVerifier.cpp1052 Assert1(!BlockAddress::get(Entry)->isConstantUsed(), in visitFunction()