Searched refs:Interested (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 204 FPClassTest Interested = fcAllFlags, 208 Val, FMF, Interested, getSimplifyQuery().getWithInstruction(CtxI), 213 FPClassTest Interested = fcAllFlags, 217 Val, Interested, getSimplifyQuery().getWithInstruction(CtxI), Depth);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4164 FPClassTest Interested = KnownFPClass::OrderedLessThanZeroMask; in simplifyFCmpInst() local 4172 KnownFPClass KnownClass = computeLHSClass(Interested); in simplifyFCmpInst() 4182 KnownFPClass KnownClass = computeLHSClass(Interested); in simplifyFCmpInst() 4245 FPClassTest Interested = KnownFPClass::OrderedLessThanZeroMask; in simplifyFCmpInst() local 4247 Interested |= fcNan; in simplifyFCmpInst() 4249 KnownFPClass Known = computeLHSClass(Interested); in simplifyFCmpInst() 4260 FPClassTest Interested = KnownFPClass::OrderedLessThanZeroMask; in simplifyFCmpInst() local 4261 KnownFPClass Known = computeLHSClass(Interested); in simplifyFCmpInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 181 KnownFPClass computeKnownFPClass(const Value *V, FPClassTest Interested, in computeKnownFPClass() argument 183 return llvm::computeKnownFPClass(V, DL, Interested, TLI, AC, CtxI, DT); in computeKnownFPClass()
|