Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp73 bool IsExact = false; in getBaseInfo() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h106 IsExact = 1 << 13, // Instruction supports division is enumerator
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h123 IsExact = (1 << 0) enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1890 bool IsExact = false; in ConstantFoldScalarCall1() local
1905 bool IsExact; in ConstantFoldScalarCall1() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h1109 bool *IsExact) const { in convertToInteger()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp827 bool IsExact = OldSh->isExact(); in visitTrunc() local
864 bool IsExact = OldShift->isExact(); in visitTrunc() local
H A DInstCombineMulDivRem.cpp1021 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); in visitUDiv() local
H A DInstCombineCompares.cpp2214 bool IsExact = Shr->isExact(); in foldICmpShrConstant() local
5825 bool IsExact = false; in foldFCmpIntToFPConst() local
H A DInstCombineSelect.cpp576 bool IsExact = Ashr->isExact() && cast<Instruction>(TrueVal)->isExact(); in foldSelectICmpLshrAshr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp400 bool IsExact; // describes whether parsed value was exact. member
1969 CreateFPImm(APFloat Val, bool IsExact, SMLoc S, MCContext &Ctx) { in CreateFPImm()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2878 bool IsExact; in SelectCVTFixedPosOperand() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h390 unsigned IsExact : 1; in alignas() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10389 bool IsExact; in getConstantFPSplatPow2ToLog2Int() local