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

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

Completed in 268 milliseconds