Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalVariable.h45 bool isConstantGlobal : 1; variable
158 bool isConstant() const { return isConstantGlobal; } in isConstant()
159 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDGlobals.cpp448 isConstantGlobal(constant), in GlobalVariable()