Searched refs:isOne (Results 26 - 50 of 63) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp544 cast<ConstantInt>(ObjectSize->getArgOperand(2))->isOne();
H A DDependenceAnalysis.cpp1215 if (Coeff->isOne()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp701 if (Src->isOne()) {
H A DAMDGPUISelDAGToDAG.cpp322 if (!Idx->isOne())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h138 bool isOne() const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp884 if (StepCI->isOne()) {
H A DEarlyCSE.cpp1301 cast<ConstantInt>(KnownCond)->isOne()) {
H A DLoopStrengthReduce.cpp2321 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS)
2325 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS)
2448 if (C->isOne() || C->isMinusOne())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h748 if (OldShiftOpcode == ISD::SHL && CC->isOne())
752 if (XC && NewShiftOpcode == ISD::SHL && XC->isOne())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1194 E.IsDynInit |= IsDynInit->isOne();
1197 E.IsExcluded |= IsExcluded->isOne();
H A DPGOInstrumentation.cpp319 else if (CV->isOne())
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1744 if (!EltSize.isOne())
1767 if (!EltSize.isOne())
H A DCGExprScalar.cpp2917 if (!eltSize.isOne())
3790 if (!eltSize.isOne())
3806 if (elementSize.isOne())
H A DCGExprCXX.cpp900 if (typeSize.isOne()) {
H A DCodeGenFunction.cpp1904 if (!eltSize.isOne())
H A DCGStmt.cpp826 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp290 if (Factor->isOne())
1655 if (S->isAffine() && S->getOperand(1)->isOne()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1176 IsOneZero = InitVal->isNullValue() && CI->isOne();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp621 return CVal && CVal->isOne();
1367 return !CI->isOne();
H A DConstants.cpp130 return CI->isOne();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2257 if (C && !C->isAllOnesValue() && !C->isOne() &&
3124 return N->isOne();
3131 return (N->isOne() && !SExt) || (SExt && (N->getValueType(0) != MVT::i1));
3778 } else if ((N1C->isNullValue() || N1C->isOne()) &&
3786 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (!N1C->isOne());
3824 } else if (N1C->isOne()) {
H A DDAGCombiner.cpp2769 IsFlip = Const->isOne();
3953 return V->isOne();
4107 if ((N1C && N1C->isOne()) || (VT.getScalarType() == MVT::i1))
5863 if (N1C && N1C->isOne() && N0.getOpcode() == ISD::SUB) {
9279 if (C1->isNullValue() && C2->isOne()) {
9293 if (C1->isOne() && C2->isNullValue()) {
9355 C1->isNullValue() && C2->isOne()) {
22367 if (NotExtCompare && N2C->isOne())
22386 if (N2C->isOne())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2606 if (CI->isOne()) {
2617 if (CI->isOne()) {
H A DAArch64ISelLowering.cpp2900 if (!Cmp && (RHSC->isNullValue() || RHSC->isOne())) {
6999 CTVal->isOne() && CFVal->isAllOnesValue() &&
7016 } else if (CTVal && CFVal && CTVal->isOne() && CFVal->isNullValue()) {
7094 if (Opcode == AArch64ISD::CSEL && RHSVal && !RHSVal->isOne() &&
7103 } else if (Opcode == AArch64ISD::CSNEG && RHSVal && RHSVal->isOne()) {
9188 if (ConstVal->isOne())
13339 if (!TValue->isOne()) {
13345 return TValue->isOne() && FValue->isNullValue();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2698 ->isOne());

Completed in 905 milliseconds

123