Searched refs:typeCheckLoadStoreInst (Results 1 – 1 of 1) sorted by relevance
851 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);4348 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader5796 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()5834 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()5876 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()5912 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()5965 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()6035 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()