Searched refs:typeCheckLoadStoreInst (Results 1 – 1 of 1) sorted by relevance
673 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);3397 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader4364 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()4388 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()4423 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()4447 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()4486 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()