Searched refs:typeCheckLoadStoreInst (Results 1 – 1 of 1) sorted by relevance
910 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);4720 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader6186 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()6225 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()6267 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()6303 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()6356 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()6426 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()