Searched defs:isConstantUsed (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstants.cpp307 /// isConstantUsed - Return true if the constant has users other than constant
309 bool Constant::isConstantUsed() const { function in class:Constant
315 if (UC->isConstantUsed())

Completed in 71 milliseconds