Home
last modified time | relevance | path

Searched defs:One (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp81 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local
89 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local
H A DLoopUnrollRuntime.cpp395 auto *One = ConstantInt::get(NewIdx->getType(), 1); in CloneLoopBlocks() local
942 auto *One = ConstantInt::get(NewIdx->getType(), 1); in UnrollRuntimeLoopRemainder() local
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dsv_acoshf_2u8.c11 #define One 0x3f800000 macro
H A Datanf_2u9.c16 #define One 0x3f800000 macro
H A Dsv_atanhf_2u8.c15 #define One (0x3f800000) macro
H A Dasinhf_3u5.c16 #define One (0x3f8) macro
H A Dsv_atanh_3u3.c15 #define One (0x3ff0000000000000) macro
H A Dasinh_2u5.c14 #define One 0x3ff0000000000000 /* asuint64(1.0). */ macro
H A Dacosf_1u4.c15 #define One (0x3f800000) macro
H A Dasinf_2u5.c15 #define One (0x3f800000) macro
H A Dasin_3u.c15 #define One (0x3ff0000000000000) macro
H A Dacos_2u.c15 #define One (0x3ff0000000000000) macro
H A Dtanh_3u.c20 #define One 0x3ff0000000000000 macro
H A Dtanhf_2u6.c15 #define One 0x3f800000 macro
H A Dv_asinf_2u5.c27 #define One 0x3f800000 macro
H A Dv_asin_3u.c32 #define One (0x3ff0000000000000) macro
H A Dv_acosf_1u4.c28 #define One 0x3f800000 macro
H A Datanh_3u.c15 #define One 0x3ff0000000000000 macro
H A Datanhf_3u1.c15 #define One 0x3f800000 macro
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h58 static CharUnits One() { in One() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp88 llvm::APSInt One = BVF.getValue(1, valTy); in checkBind() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp443 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local
479 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local
506 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp415 APInt One(Idx->getBitWidth(), 1); in allocateCandidatesAndFindBasisForAdd() local
420 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd() local
517 APInt One(RHS->getBitWidth(), 1); in factorArrayIndex() local
H A DInductiveRangeCheckElimination.cpp351 const SCEV *One = SE.getOne(RHS->getType()); in parseIvAgaisntLimit() local
595 const SCEV *One = SE.getOne(RTy); in calculateSubRanges() local
756 const SCEV *One = SE.getOne(X->getType()); in computeSafeIterationSpace() local

1234