Searched defs:One (Results 1 – 25 of 80) sorted by relevance
1234
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 81 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local 89 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local
|
H A D | LoopUnrollRuntime.cpp | 395 auto *One = ConstantInt::get(NewIdx->getType(), 1); in CloneLoopBlocks() local 942 auto *One = ConstantInt::get(NewIdx->getType(), 1); in UnrollRuntimeLoopRemainder() local
|
/freebsd-src/contrib/arm-optimized-routines/pl/math/ |
H A D | sv_acoshf_2u8.c |
|
H A D | sv_atanhf_2u8.c |
|
H A D | atanf_2u9.c |
|
H A D | sv_atanh_3u3.c |
|
H A D | asinhf_3u5.c |
|
H A D | asinh_2u5.c |
|
H A D | acosf_1u4.c |
|
H A D | asinf_2u5.c |
|
H A D | asin_3u.c |
|
H A D | acos_2u.c |
|
H A D | tanh_3u.c |
|
H A D | tanhf_2u6.c |
|
H A D | v_asinf_2u5.c |
|
H A D | v_asin_3u.c |
|
H A D | v_acosf_1u4.c |
|
H A D | atanh_3u.c |
|
H A D | atanhf_3u1.c |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 58 static CharUnits One() { in One() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BoolAssignmentChecker.cpp | 88 llvm::APSInt One = BVF.getValue(1, valTy); checkBind() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 443 const MCExpr *One = MCConstantExpr::create(1, OutContext); HexagonProcessInstruction() local 479 const MCExpr *One = MCConstantExpr::create(1, OutContext); HexagonProcessInstruction() local 506 const MCExpr *One = MCConstantExpr::create(1, OutContext); HexagonProcessInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionDivision.h | 68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 415 APInt One(Idx->getBitWidth(), 1); in allocateCandidatesAndFindBasisForAdd() local 420 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd() local 517 ConstantInt::get(RHS->getContext(), One << RHS->getValue()); in factorArrayIndex() local
|
H A D | InductiveRangeCheckElimination.cpp | 351 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