Home
last modified time | relevance | path

Searched refs:IsInf (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5340 bool IsInf = match(V, m_Inf()); in simplifyFPOp() local
5348 if (FMF.noInfs() && (IsInf || IsUndef)) in simplifyFPOp()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp3302 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local
3311 Value *Result = Builder.CreateSelect(IsInf, SignResult, Zero); in EmitBuiltinExpr()
3380 Value *IsInf = in EmitBuiltinExpr() local
3385 Builder.CreateCondBr(IsInf, End, NotInf); in EmitBuiltinExpr()