Searched refs:intZero (Results 1 – 1 of 1) sorted by relevance
995 GenericValue intZero; in getConstantValue() local996 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull); in getConstantValue()997 llvm::fill(Result.AggregateVal, intZero); in getConstantValue()1136 GenericValue intZero; in LoadValueFromMemory() local1138 intZero.IntVal = APInt(elemBitWidth, 0); in LoadValueFromMemory()1139 Result.AggregateVal.resize(numElems, intZero); in LoadValueFromMemory()