Searched defs:ExpectedType (Results 1 – 12 of 12) sorted by relevance
173 const TypeDescriptor &ExpectedType; member
42 Twine ExpectedType) { in typeError()
744 Type *ExpectedType) const { in getOrCreateResultFromMemIntrinsic()
2479 Type *ExpectedType) override { in getOrCreateResultFromMemIntrinsic()
533 unsigned ExpectedType = GR->getSPIRVTypeForVReg(ExpectedArg)->getOpcode(); in buildAtomicCompareExchangeInst() local
2786 Type *ExpectedType) { in getOrCreateResultFromMemIntrinsic()
1183 QualType ExpectedType = R.getSema().Context.getFunctionType( in LookupDirect() local
8481 QualType ExpectedType = DecodePPCMMATypeFromStr(Context, TypeStr, Mask); in SemaBuiltinPPCMMACall() local
422 unsigned ExpectedType) { in getLinkAsSymtab()
4820 const Type *ExpectedType = Inst->getType(); in isSafeToSpeculativelyExecuteWithOpcode() local
2020 MVT ExpectedType = (type == MVT::v2f16)? MVT::f16 : in isLiteralImm() local
79 using ExpectedType = llvm::Expected<QualType>; typedef