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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DValue.h201 FunctionVal, // This is an instance of Function enumerator in enum:llvm::Value::ValueTy
225 ConstantFirstVal = FunctionVal,
365 return Val.getValueID() == Value::FunctionVal;

Completed in 46 milliseconds