Home
last modified time | relevance | path

Searched refs:intZero (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp983 GenericValue intZero; in getConstantValue() local
984 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull); in getConstantValue()
986 intZero); in getConstantValue()
1114 GenericValue intZero; in LoadValueFromMemory() local
1116 intZero.IntVal = APInt(elemBitWidth, 0); in LoadValueFromMemory()
1117 Result.AggregateVal.resize(numElems, intZero); in LoadValueFromMemory()