Searched defs:Complement (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 85 changeset_ty Complement; in Search() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 912 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 13480 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 833 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
|