Searched refs:typeCheckLoadStoreInst (Results 1 – 1 of 1) sorted by relevance
914 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);4801 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader6282 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()6321 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()6363 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()6399 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()6452 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()6522 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()