Home
last modified time | relevance | path

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

/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()