Searched refs:IsInf (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GenericFloatingPointPredicateUtils.h | 182 const bool IsInf = (OrigClass & fcInf) == OrigClass; in fcmpImpliesClass() local 183 if (IsInf) { in fcmpImpliesClass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpLowering.cpp | 791 OpCode = dxil::OpCode::IsInf; in lowerIsFPClass()
|
| H A D | DXIL.td | 434 def IsInf : DXILOp<9, isSpecialFloat> {
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 463 bool IsInf = Arg.isInf(); in interp__builtin_isinf() local 466 pushInteger(S, IsInf ? (Arg.isNegative() ? -1 : 1) : 0, Call->getType()); in interp__builtin_isinf()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 4227 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local 4236 Value *Result = Builder.CreateSelect(IsInf, SignResult, Zero); in EmitBuiltinExpr() 4293 Value *IsInf = in EmitBuiltinExpr() local 4298 Builder.CreateCondBr(IsInf, End, NotInf); in EmitBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2839 SDValue IsInf = DAG.getSetCC(DL, MVT::i1, AbsY, Inf, ISD::SETEQ); in lowerFREM() local 2840 return DAG.getSelect(DL, Ty, IsInf, X, Sub); in lowerFREM()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5657 bool IsInf = match(V, m_Inf()); in simplifyFPOp() local 5665 if (FMF.noInfs() && (IsInf || IsUndef)) in simplifyFPOp()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 608 def IsInf : Builtin {
|