Home
last modified time | relevance | path

Searched defs:IsExact (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
/external/clang/lib/Sema/
DScopeInfo.cpp63 bool IsExact = false; in getBaseInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h105 IsExact = 1 << 13, // Instruction supports division is enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h104 IsExact = 1 << 13, // Instruction supports division is enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h988 bool *IsExact) const { in convertToInteger()
992 bool *IsExact) const { in convertToInteger()
/external/llvm/include/llvm/IR/
DOperator.h129 IsExact = (1 << 0) enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h123 IsExact = (1 << 0) enumerator
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h123 IsExact = (1 << 0) enumerator
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp309 bool IsExact = false; in handleFloatingToIntegral() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1091 bool *IsExact) const { in convertToInteger()
/external/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h1110 bool *IsExact) const { in convertToInteger()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp822 bool IsExact = OldSh->isExact(); in visitTrunc() local
859 bool IsExact = OldShift->isExact(); in visitTrunc() local
DInstCombineMulDivRem.cpp1007 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); in visitUDiv() local
DInstCombineCompares.cpp2233 bool IsExact = Shr->isExact(); in foldICmpShrConstant() local
5832 bool IsExact = false; in foldFCmpIntToFPConst() local
DInstCombineSelect.cpp547 bool IsExact = Ashr->isExact() && cast<Instruction>(TrueVal)->isExact(); in foldSelectICmpLshrAshr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp974 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); in visitUDiv() local
DInstCombineCompares.cpp2190 bool IsExact = Shr->isExact(); in foldICmpShrConstant() local
5700 bool IsExact = false; in foldFCmpIntToFPConst() local
DInstCombineSelect.cpp567 bool IsExact = Ashr->isExact() && cast<Instruction>(TrueVal)->isExact(); in foldSelectICmpLshrAshr() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1078 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); in visitUDiv() local
DInstCombineCompares.cpp4314 bool IsExact = false; in FoldFCmp_IntToFP_Cst() local
/external/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp1904 bool IsExact = false; in ConstantFoldScalarCall1() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp363 bool IsExact; // describes whether parsed value was exact. member
1902 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm()
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp397 bool IsExact; // describes whether parsed value was exact. member
1947 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2371 bool IsExact; in SelectCVTFixedPosOperand() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp617 bool IsExact; in EmitFloatConversionCheck() local

12