Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4172 KnownFPClass KnownClass = computeLHSClass(Interested); in simplifyFCmpInst() local
4175 if (KnownClass.cannotBeOrderedLessThanZero()) in simplifyFCmpInst()
4182 KnownFPClass KnownClass = computeLHSClass(Interested); in simplifyFCmpInst() local
4185 if (KnownClass.cannotBeOrderedLessThanZero()) in simplifyFCmpInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3878 KnownFPClass KnownClass; in visitReturnInst() local
3880 SimplifyDemandedUseFPClass(RetVal, ~ReturnClass, KnownClass, &RI); in visitReturnInst()