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

  /external/llvm/include/llvm/
Value.h 207 ConstantAggregateZeroVal, // This is an instance of ConstantAggregateZero
Constants.h 304 : Constant(ty, ConstantAggregateZeroVal, 0, 0) {}
319 return V->getValueID() == ConstantAggregateZeroVal;
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 688 case llvm::Value::ConstantAggregateZeroVal: {
    [all...]

Completed in 19 milliseconds