Searched defs:IsExact (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp72 bool IsExact = false; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h104 IsExact = 1 << 13, // Instruction supports division is enumerator in enum:llvm::MachineInstr::MIFlag
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h123 IsExact = (1 << 0) enumerator in enum:llvm::PossiblyExactOperator::__anon3228
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1037 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); local
H A DInstCombineSelect.cpp564 bool IsExact = Ashr->isExact() && cast<Instruction>(TrueVal)->isExact(); local
H A DInstCombineCompares.cpp2213 bool IsExact = Shr->isExact(); local
5767 bool IsExact = false; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp367 bool IsExact; // describes whether parsed value was exact. member in struct:__anon3880::AArch64Operand::FPImmOp
1915 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { argument

Completed in 225 milliseconds