Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp723 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);
3803 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader
4942 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()