Searched refs:Interested (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 203 FPClassTest Interested = fcAllFlags, 207 Val, FMF, Interested, Depth, 212 FPClassTest Interested = fcAllFlags, 216 Val, Interested, Depth, getSimplifyQuery().getWithInstruction(CtxI));
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4171 FPClassTest Interested = KnownFPClass::OrderedLessThanZeroMask; in simplifyFCmpInst() local 4179 KnownFPClass KnownClass = computeLHSClass(Interested); in simplifyFCmpInst() 4189 KnownFPClass KnownClass = computeLHSClass(Interested); in simplifyFCmpInst() 4252 FPClassTest Interested = KnownFPClass::OrderedLessThanZeroMask; in simplifyFCmpInst() local 4254 Interested |= fcNan; in simplifyFCmpInst() 4256 KnownFPClass Known = computeLHSClass(Interested); in simplifyFCmpInst() 4267 FPClassTest Interested = KnownFPClass::OrderedLessThanZeroMask; in simplifyFCmpInst() local 4268 KnownFPClass Known = computeLHSClass(Interested); in simplifyFCmpInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 167 KnownFPClass computeKnownFPClass(const Value *V, FPClassTest Interested, in computeKnownFPClass() argument 169 return llvm::computeKnownFPClass(V, *DL, Interested, 0, TLInfo, AC, CtxI, in computeKnownFPClass()
|