Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp673 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);
3356 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader
4300 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()
4324 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()
4359 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()
4383 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()
4422 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4346 static std::error_code typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function
5284 if (std::error_code EC = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()
5308 if (std::error_code EC = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()
5344 typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()
5369 typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()
5409 typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()