Home
last modified time | relevance | path

Searched refs:typeCheckLoadStoreInst (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp852 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);
4554 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader
6009 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()
6048 if (Error Err = typeCheckLoadStoreInst(Ty, Op->getType())) in parseFunctionBody()
6090 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()
6126 if (Error Err = typeCheckLoadStoreInst(Val->getType(), Ptr->getType())) in parseFunctionBody()
6179 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()
6249 if (Error Err = typeCheckLoadStoreInst(Cmp->getType(), Ptr->getType())) in parseFunctionBody()