| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | CharUnits.h | 58 static CharUnits One() { in One() function
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | StraightLineStrengthReduce.cpp | 401 APInt One(Idx->getBitWidth(), 1); in allocateCandidatesAndFindBasisForAdd() local 406 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd() local 503 APInt One(RHS->getBitWidth(), 1); in factorArrayIndex() local
|
| HD | InductiveRangeCheckElimination.cpp | 768 ConstantInt *One = ConstantInt::get(IndVarTy, 1); in parseLoopStructure() local 862 ConstantInt *One = ConstantInt::get(Ty, 1); in calculateSubRanges() local
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCasts.cpp | 473 Constant *One = ConstantInt::get(Src->getType(), 1); in visitTrunc() local 539 Constant *One = ConstantInt::get(In->getType(), 1); in transformZExtICmp() local 586 Constant *One = ConstantInt::get(In->getType(), 1); in transformZExtICmp() local
|
| HD | InstCombineMulDivRem.cpp | 39 Value *A = nullptr, *B = nullptr, *One = nullptr; in simplifyValueKnownNonZero() local 877 if (ConstantInt *One = dyn_cast<ConstantInt>(Op0)) { in commonIDivTransforms() local
|
| HD | InstCombineCompares.cpp | 1384 Constant *One = cast<Constant>(LHSI->getOperand(1)); in visitICmpInstWithInstAndIntCst() local
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | BitTracker.h | 112 One, // Bit = 1. enumerator
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | SjLjEHPrepare.cpp | 132 Value *One = ConstantInt::get(Int32Ty, 1); in insertCallSiteStore() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | IntegerDivision.cpp | 162 ConstantInt *One; in generateUnsignedDivisionCode() local
|
| HD | SimplifyLibCalls.cpp | 1145 Constant *One = ConstantFP::get(CI->getContext(), APFloat(1.0f)); in optimizeExp2() local
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetCallingConv.h | 58 static const uint64_t One = 1ULL; ///< 1 of this type, for shifts member
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIISelLowering.cpp | 1188 SDValue One = DAG.getConstant(1, DL, MVT::i32); in LowerSELECT() local 1268 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f32); in LowerFDIV32() local 1294 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f64); in LowerFDIV64() local
|
| HD | AMDGPUISelLowering.cpp | 1961 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f64); in LowerFCEIL() local 1995 const SDValue One = DAG.getConstant(1, SL, MVT::i32); in LowerFTRUNC() local 2082 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f32); in LowerFROUND32() local 2104 const SDValue One = DAG.getConstant(1, SL, MVT::i32); in LowerFROUND64() local
|
| HD | R600ISelLowering.cpp | 983 SDValue One = DAG.getConstant(1, DL, VT); in LowerSHLParts() local 1019 SDValue One = DAG.getConstant(1, DL, VT); in LowerSRXParts() local
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsSEISelLowering.cpp | 1497 SDValue One = DAG.getConstant(1, DL, ResTy); in lowerMSABitClear() local 1626 SDValue One = DAG.getConstant(1, DL, VecTy); in lowerINTRINSIC_WO_CHAIN() local 1662 SDValue One = DAG.getConstant(1, DL, VecTy); in lowerINTRINSIC_WO_CHAIN() local
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 937 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member 2171 const SCEV *One = getConstant(Ty, 1); in getAddExpr() local 4425 const SCEV *One = getConstant(U->getType(), 1); in createSCEV() local 4440 const SCEV *One = getConstant(U->getType(), 1); in createSCEV() local 7220 const SCEV *One = getConstant(Stride->getType(), 1); in doesIVOverflowOnLT() local 7249 const SCEV *One = getConstant(Stride->getType(), 1); in doesIVOverflowOnGT() local 7274 const SCEV *One = getConstant(Step->getType(), 1); in computeBECount() local 7498 APInt One(BitWidth,1); in getNumIterationsInRange() local
|
| HD | LoopAccessAnalysis.cpp | 107 Value *One = ConstantInt::get(StrideVal->getType(), 1); in replaceSymbolicStrideSCEV() local
|
| HD | ScalarEvolutionExpander.cpp | 1449 Constant *One = ConstantInt::get(Ty, 1); in visitAddRecExpr() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | Sema.cpp | 781 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true); in ActOnEndOfTranslationUnit() local
|
| /NextBSD/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430ISelLowering.cpp | 968 SDValue One = DAG.getConstant(1, dl, VT); in LowerSETCC() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | ItaniumCXXABI.cpp | 801 llvm::Value *One = llvm::ConstantInt::get(LPtr->getType(), 1); in EmitMemberPointerComparison() local 841 llvm::Constant *One = llvm::ConstantInt::get(Ptr->getType(), 1); in EmitMemberPointerIsNotNull() local
|
| HD | CGBuiltin.cpp | 636 Value *One = ConstantInt::get(IntTy, 1); in EmitBuiltinExpr() local 4300 Value *One = llvm::ConstantInt::get(Int32Ty, 1); in EmitAArch64BuiltinExpr() local
|
| HD | CGExprScalar.cpp | 2774 llvm::Value *One = llvm::ConstantInt::get(BitsShiftedOff->getType(), 1); in EmitShl() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CStringChecker.cpp | 374 NonLoc One = svalBuilder.makeIntVal(1, sizeTy).castAs<NonLoc>(); in CheckBufferAccess() local
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Constants.cpp | 1965 Constant *One = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getAlignOf() local
|