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

  /external/llvm/include/llvm/IR/
BasicBlock.h 232 return V->getValueID() == Value::BasicBlockVal;
Value.h 309 BasicBlockVal, // This is an instance of BasicBlock
506 return Val.getValueID() == Value::BasicBlockVal;
  /external/llvm/lib/IR/
BasicBlock.cpp 48 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) {
Value.cpp 54 else if (SubclassID != BasicBlockVal &&

Completed in 238 milliseconds