Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DValue.h334 BlockAddressVal, // This is an instance of BlockAddress enumerator
DConstants.h805 return V->getValueID() == BlockAddressVal;
/external/llvm/lib/IR/
DConstants.cpp1483 : Constant(Type::getInt8PtrTy(F->getContext()), Value::BlockAddressVal, in BlockAddress()