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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h123 IsExact = (1 << 0) enumerator in enum:llvm::PossiblyExactOperator::__anon1512
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h106 IsExact = 1 << 13, // Instruction supports division is enumerator in enum:llvm::MachineInstr::MIFlag
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1021 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); local
H A DInstCombineSelect.cpp576 bool IsExact = Ashr->isExact() && cast<Instruction>(TrueVal)->isExact(); local
H A DInstCombineCasts.cpp827 bool IsExact = OldSh->isExact(); local
864 bool IsExact = OldShift->isExact(); local
H A DInstCombineCompares.cpp2214 bool IsExact = Shr->isExact(); local
5825 bool IsExact = false; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1890 bool IsExact = false; local
1905 bool IsExact; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp400 bool IsExact; // describes whether parsed value was exact. member in struct:__anon2167::AArch64Operand::FPImmOp
1969 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { argument

Completed in 304 milliseconds