/external/llvm-project/clang/lib/Sema/ |
D | ScopeInfo.cpp | 73 bool IsExact = false; in getBaseInfo() local
|
/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 63 bool IsExact = false; in getBaseInfo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 105 IsExact = 1 << 13, // Instruction supports division is enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 104 IsExact = 1 << 13, // Instruction supports division is enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 988 bool *IsExact) const { in convertToInteger() 992 bool *IsExact) const { in convertToInteger()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 129 IsExact = (1 << 0) enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 123 IsExact = (1 << 0) enumerator
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 123 IsExact = (1 << 0) enumerator
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | NarrowingConversionsCheck.cpp | 309 bool IsExact = false; in handleFloatingToIntegral() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 1091 bool *IsExact) const { in convertToInteger()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APFloat.h | 1110 bool *IsExact) const { in convertToInteger()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 822 bool IsExact = OldSh->isExact(); in visitTrunc() local 859 bool IsExact = OldShift->isExact(); in visitTrunc() local
|
D | InstCombineMulDivRem.cpp | 1007 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); in visitUDiv() local
|
D | InstCombineCompares.cpp | 2233 bool IsExact = Shr->isExact(); in foldICmpShrConstant() local 5832 bool IsExact = false; in foldFCmpIntToFPConst() local
|
D | InstCombineSelect.cpp | 547 bool IsExact = Ashr->isExact() && cast<Instruction>(TrueVal)->isExact(); in foldSelectICmpLshrAshr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 974 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); in visitUDiv() local
|
D | InstCombineCompares.cpp | 2190 bool IsExact = Shr->isExact(); in foldICmpShrConstant() local 5700 bool IsExact = false; in foldFCmpIntToFPConst() local
|
D | InstCombineSelect.cpp | 567 bool IsExact = Ashr->isExact() && cast<Instruction>(TrueVal)->isExact(); in foldSelectICmpLshrAshr() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1078 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); in visitUDiv() local
|
D | InstCombineCompares.cpp | 4314 bool IsExact = false; in FoldFCmp_IntToFP_Cst() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1904 bool IsExact = false; in ConstantFoldScalarCall1() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 363 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/ |
D | AArch64AsmParser.cpp | 397 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/ |
D | AArch64ISelDAGToDAG.cpp | 2371 bool IsExact; in SelectCVTFixedPosOperand() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 617 bool IsExact; in EmitFloatConversionCheck() local
|