OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotMask
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
964
SDValue
NotMask
= DAG.getNode(ISD::XOR, DL, MaskTy, Mask, AllOnes);
967
Op2 = DAG.getNode(ISD::AND, DL, MaskTy, Op2,
NotMask
);
1206
SDValue
NotMask
= DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
1209
Op2 = DAG.getNode(ISD::AND, DL, VT, Op2,
NotMask
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
1116
Value *
NotMask
= Builder.CreateShl(MinusOne, NBits, "
notmask
");
1118
if (auto *BOp = dyn_cast<BinaryOperator>(
NotMask
)) {
1124
return BinaryOperator::CreateNot(
NotMask
, I.getName());
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h
72
int32_t
NotMask
;
76
IntWithNotMask(RCInt Value, int32_t
NotMask
= 0) : Value(Value),
NotMask
(
NotMask
) {}
83
return
NotMask
;
87
Value &= ~Rhs.
NotMask
;
89
NotMask
|= Rhs.
NotMask
;
94
Value &= ~Rhs.
NotMask
;
96
NotMask
|= Rhs.NotMask
[
all
...]
Completed in 46 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026