Home
last modified time | relevance | path

Searched defs:Ones (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h481 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local
492 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local
501 unsigned Ones = countPopulationSlowCase(); in isShiftedMask() local
513 unsigned Ones = countPopulationSlowCase(); in isShiftedMask() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1663 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCLBr()
1684 bool Ones, APInt &Result) { in evaluateCLBi()
1698 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCTBr()
1719 bool Ones, APInt &Result) { in evaluateCTBi()
2091 bool Ones = (Opc == S2_ct1) || (Opc == S2_ct1p); in evaluate() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1306 SDValue Ones = DAG.getAllOnesConstant(DL, VT); in ExpandVP_SELECT() local
H A DTargetLowering.cpp1569 APInt Ones = APInt::getAllOnes(BitWidth); in SimplifyDemandedBits() local
H A DDAGCombiner.cpp12282 SDValue Ones = SetCC.getOperand(1); in foldExtendedSignBitTest() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1029 Constant *Ones = ConstantInt::getAllOnesValue(BO.getType()); in foldBinopOfSextBoolToSelect() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2007 uint64_t Ones = (Sum + Carry) & NonDemandedBits; in optimizeLogicalImm() local
15050 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7036 APInt Ones = APInt::getAllOnes(32); in getOnesVector() local
49916 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local