Searched refs:typeCheckLoadStoreInst (Results 1 – 1 of 1) sorted by relevance
851 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);4513 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader5961 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()5999 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()6041 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()6077 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()6130 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()6200 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()