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

  /external/swiftshader/third_party/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/include/llvm/IR/
BasicBlock.h 261 return V->getValueID() == Value::BasicBlockVal;
Value.h 740 return Val.getValueID() == Value::BasicBlockVal;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) {
  /external/llvm/lib/IR/
BasicBlock.cpp 43 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) {
Value.cpp 58 else if (SubclassID != BasicBlockVal &&

Completed in 111 milliseconds