Searched refs:RHST (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 777 PrimType RHST = *S.getContext().classify(Call->getArg(1)->getType()); in interp__builtin_overflowop() local 779 APSInt RHS = popToAPSInt(S.Stk, RHST); in interp__builtin_overflowop() 879 PrimType RHST = *S.getContext().classify(Call->getArg(1)->getType()); in interp__builtin_carryop() local 881 APSInt RHS = popToAPSInt(S.Stk, RHST); in interp__builtin_carryop() 1411 PrimType RHST = *S.getContext().classify(Call->getArg(2)); in interp__builtin_ia32_addcarry_subborrow() local 1412 APSInt RHS = popToAPSInt(S.Stk, RHST); in interp__builtin_ia32_addcarry_subborrow()
|
| H A D | Compiler.cpp | 1241 PrimType RHST = classifyPrim(RHSType); in VisitComplexBinOp() local 1242 RHSOffset = this->allocateLocalPrimitive(RHS, RHST, /*IsConst=*/true); in VisitComplexBinOp() 1245 if (!this->emitSetLocal(RHST, RHSOffset, E)) in VisitComplexBinOp() 6863 PrimType RHST = classifyPrim(RHS->getType()); in emitComplexComparison() local 6864 RHSOffset = this->allocateLocalPrimitive(RHS, RHST, /*IsConst=*/true); in emitComplexComparison() 6867 if (!this->emitSetLocal(RHST, RHSOffset, E)) in emitComplexComparison()
|