Home
last modified time | relevance | path

Searched defs:Complement (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDeltaAlgorithm.cpp85 changeset_ty Complement; in Search() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp912 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13480 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp833 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator