Searched refs:typeCheckLoadStoreInst (Results 1 – 1 of 1) sorted by relevance
723 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);3803 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader4942 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()4975 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()5009 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()5038 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()5089 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()5153 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()