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

  /external/llvm/include/llvm/
Value.h 200 BasicBlockVal, // This is an instance of BasicBlock
359 return Val.getValueID() == Value::BasicBlockVal;
BasicBlock.h 224 return V->getValueID() == Value::BasicBlockVal;
  /external/llvm/lib/VMCore/
BasicBlock.cpp 44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) {

Completed in 34 milliseconds