HomeSort by relevance Sort by last modified time
    Searched refs:isConstantUsed (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Constant.h 74 /// isConstantUsed - Return true if the constant has users other than constant
76 bool isConstantUsed() const;
  /external/llvm/lib/IR/
Constants.cpp 300 /// isConstantUsed - Return true if the constant has users other than constant
302 bool Constant::isConstantUsed() const {
308 if (UC->isConstantUsed())
    [all...]
Verifier.cpp     [all...]

Completed in 38 milliseconds