Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp205 if (ConstantArray *UserCA = dyn_cast<ConstantArray>(UserC)) { in resolveConstantForwardRefs() local
206 NewC = ConstantArray::get(UserCA->getType(), NewOps); in resolveConstantForwardRefs()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DValueList.cpp202 if (ConstantArray *UserCA = dyn_cast<ConstantArray>(UserC)) { in resolveConstantForwardRefs() local
203 NewC = ConstantArray::get(UserCA->getType(), NewOps); in resolveConstantForwardRefs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1069 if (ConstantArray *UserCA = dyn_cast<ConstantArray>(UserC)) { in resolveConstantForwardRefs() local
1070 NewC = ConstantArray::get(UserCA->getType(), NewOps); in resolveConstantForwardRefs()