Searched defs:Not (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A Dcond.c101 Not, enumerator in enum:__anon11959
H A Dparse.c163 Not, /* Not special */ enumerator in enum:__anon11969
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCExpr.h308 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2141 Value *Not = Builder->CreateNot(B, B->getName()+".not"); local
2145 Value *Not local
2159 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); local
[all...]
H A DInstCombineCompares.cpp2145 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
2152 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
2159 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
2166 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
/freebsd-10-stable/contrib/bmake/
H A Dparse.c206 Not, /* Not special */ enumerator in enum:__anon72
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1864 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
1902 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp358 APInt Not = ~RHSC->getValue(); local

Completed in 287 milliseconds