Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp561 Type *OperandTy = ScalarFTy->getParamType(ScalarParamIndex++); in createFunctionType() local
563 OperandTy = VectorType::get(OperandTy, VF); in createFunctionType()
564 VecTypes.push_back(OperandTy); in createFunctionType()
H A DVerifier.cpp6350 Type *OperandTy = Operand->getType(); in visitConstrainedFPIntrinsic() local
6353 Check(OperandTy->isFPOrFPVectorTy(), in visitConstrainedFPIntrinsic()
6357 Check(OperandTy->isVectorTy() == ResultTy->isVectorTy(), in visitConstrainedFPIntrinsic()
6359 if (OperandTy->isVectorTy()) { in visitConstrainedFPIntrinsic()
6360 Check(cast<VectorType>(OperandTy)->getElementCount() == in visitConstrainedFPIntrinsic()
6366 Check(OperandTy->getScalarSizeInBits() > ResultTy->getScalarSizeInBits(), in visitConstrainedFPIntrinsic()
6370 Check(OperandTy->getScalarSizeInBits() < ResultTy->getScalarSizeInBits(), in visitConstrainedFPIntrinsic()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h453 QualType OperandTy; in getSymExpr() local
455 getSymExpr(Solver, Ctx, USE->getOperand(), &OperandTy, hasComparison); in getSymExpr()
457 OperandTy->isRealFloatingType() in getSymExpr()
465 if (Ctx.getTypeSize(OperandTy) != Ctx.getTypeSize(Sym->getType())) { in getSymExpr()
468 return getCastExpr(Solver, Ctx, UnaryExp, OperandTy, Sym->getType()); in getSymExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2249 QualType OperandTy = E->getExprOperand()->getType(); in EmitCXXTypeidExpr() local
2250 return MaybeASCast(CGM.GetAddrOfRTTIDescriptor(OperandTy)); in EmitCXXTypeidExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6113 EVT OperandTy) { in Select() argument
6116 SDNode *MN = CurDAG->getMachineNode(OpCode, dl, OperandTy, GA, TocBase); in Select()