Searched refs:typeCheckLoadStoreInst (Results 1 – 1 of 1) sorted by relevance
753 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);3669 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader4791 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()4819 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()4851 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()4875 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()4924 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()