Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp673 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);
3397 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() function in BitcodeReader
4364 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()