Home
last modified time | relevance | path

Searched refs:getNot (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp103 static LVILatticeVal getNot(Constant *C) { in getNot() function in __anonb20e53550111::LVILatticeVal
675 Res = LVILatticeVal::getNot(ConstantPointerNull::get(PT)); in solveBlockValue()
764 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
793 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
982 LVILatticeVal::getNot(ResNot)); in solveBlockValueSelect()
990 LVILatticeVal::getNot(ResNot)); in solveBlockValueSelect()
1178 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1))); in getValueFromFromCondition()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h125 static ValueLatticeElement getNot(Constant *C) { in getNot() function
DTargetFolder.h124 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp648 Res = ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl()
735 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
770 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
978 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect()
986 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect()
1207 return ValueLatticeElement::getNot(cast<Constant>(RHS)); in getValueFromICmpCondition()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp610 return ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl()
791 BBLV = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in intersectAssumeOrGuardBlockValueConstantRange()
905 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect()
913 ValueLatticeElement::getNot(ResNot)); in solveBlockValueSelect()
1136 return ValueLatticeElement::getNot(cast<Constant>(RHS)); in getValueFromICmpCondition()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h134 return ConstantExpr::getNot(C); in CreateNot()
DConstants.h931 static Constant *getNot(Constant *C);
/external/llvm/include/llvm/IR/
DConstantFolder.h114 return ConstantExpr::getNot(C); in CreateNot()
DConstants.h877 static Constant *getNot(Constant *C);
/external/llvm-project/llvm/include/llvm/Analysis/
DValueLattice.h209 static ValueLatticeElement getNot(Constant *C) { in getNot() function
DTargetFolder.h129 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/external/llvm-project/llvm/include/llvm/IR/
DConstantFolder.h137 return ConstantExpr::getNot(C); in CreateNot()
DConstants.h978 static Constant *getNot(Constant *C);
/external/llvm/include/llvm/Analysis/
DTargetFolder.h126 return Fold(ConstantExpr::getNot(C)); in CreateNot()
/external/llvm-project/llvm/unittests/Analysis/
DValueLatticeTest.cpp40 EXPECT_TRUE(ValueLatticeElement::getNot(C2).isNotConstant()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2131 if (AConst == ConstantExpr::getNot(BConst)) in getSelectCondition()
3062 return BinaryOperator::CreateLShr(ConstantExpr::getNot(C), Y); in visitXor()
3067 return BinaryOperator::CreateAShr(ConstantExpr::getNot(C), Y); in visitXor()
3080 Value *And = Builder.CreateAnd(X, ConstantExpr::getNot(C2)); in visitXor()
3081 return BinaryOperator::CreateXor(And, ConstantExpr::getNot(C1)); in visitXor()
3085 Value *Or = Builder.CreateOr(X, ConstantExpr::getNot(C2)); in visitXor()
3086 return BinaryOperator::CreateXor(Or, ConstantExpr::getNot(C1)); in visitXor()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp411 Value *Xor = Builder.CreateXor(Ops[0], ConstantExpr::getNot(C)); in visitImpl()
DInstCombineAndOrXor.cpp2220 if (AConst == ConstantExpr::getNot(BConst)) in getSelectCondition()
3181 return BinaryOperator::CreateLShr(ConstantExpr::getNot(C), Y); in visitXor()
3191 return BinaryOperator::CreateAShr(ConstantExpr::getNot(C), Y); in visitXor()
3210 Value *And = Builder.CreateAnd(X, ConstantExpr::getNot(C2)); in visitXor()
3211 return BinaryOperator::CreateXor(And, ConstantExpr::getNot(C1)); in visitXor()
3215 Value *Or = Builder.CreateOr(X, ConstantExpr::getNot(C2)); in visitXor()
3216 return BinaryOperator::CreateXor(Or, ConstantExpr::getNot(C1)); in visitXor()
/external/llvm/unittests/IR/
DConstantsTest.cpp233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp408 return ConstantExpr::getNot(C); in invert()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp1137 return ValueLatticeElement::getNot( in getValueFromMetadata()
1357 ValueLatticeElement::getNot(CondVal.getConstant())); in handleCallResult()
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1"); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1877 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
1878 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
/external/llvm/lib/IR/
DConstantFold.cpp1739 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
1740 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()
/external/llvm-project/llvm/lib/IR/
DConstantFold.cpp2007 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2)); in ConstantFoldCompareInstruction()
2008 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2); in ConstantFoldCompareInstruction()

12