Searched refs:IsInf (Results 1 – 5 of 5) sorted by relevance
36 // spv.IsInf40 // CHECK: spv.IsInf {{.*}} : f3241 %0 = spv.IsInf %arg0 : f3246 // CHECK: spv.IsInf {{.*}} : vector<2xf32>47 %0 = spv.IsInf %arg0 : vector<2xf32>
85 // CHCK: spv.IsInf86 %16 = spv.IsInf %arg1 : f32
523 def SPV_IsInfOp : SPV_LogicalUnaryOp<"IsInf", SPV_Float, []> {539 isinf-op ::= ssa-id `=` `spv.IsInf` ssa-use546 %2 = spv.IsInf %0: f32547 %3 = spv.IsInf %1: vector<4xi32>
5112 bool IsInf = match(V, m_Inf()); in simplifyFPOp() local5120 if (FMF.noInfs() && (IsInf || IsUndef)) in simplifyFPOp()
3263 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local3272 Value *Result = Builder.CreateSelect(IsInf, SignResult, Zero); in EmitBuiltinExpr()3341 Value *IsInf = in EmitBuiltinExpr() local3346 Builder.CreateCondBr(IsInf, End, NotInf); in EmitBuiltinExpr()