Searched refs:CreateNot (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp62 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
H A DStructurizeCFG.cpp341 return BinaryOperator::CreateNot(Condition, "", Parent->getTerminator());
346 return BinaryOperator::CreateNot(Condition,
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DNoFolder.h172 Instruction *CreateNot(Constant *C) const { function in class:llvm::NoFolder
173 return BinaryOperator::CreateNot(C);
H A DConstantFolder.h113 Constant *CreateNot(Constant *C) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h125 Constant *CreateNot(Constant *C) const { function in class:llvm::TargetFolder
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp747 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
756 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
788 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
794 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
H A DInstCombineAndOrXor.cpp1225 return BinaryOperator::CreateNot(Or);
1265 return BinaryOperator::CreateAnd(A, Builder->CreateNot(B));
2119 return BinaryOperator::CreateNot(And);
2141 Value *Not = Builder->CreateNot(B, B->getName()+".not");
2145 Value *Not = Builder->CreateNot(A, A->getName()+".not");
2159 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not");
2275 Builder->CreateNot(Op0I->getOperand(1),
2287 Builder->CreateNot(Op0I->getOperand(0), "notlhs");
2289 Builder->CreateNot(Op0I->getOperand(1), "notrhs");
2433 return BinaryOperator::CreateAnd(A, Builder->CreateNot(Op
[all...]
H A DInstCombineCompares.cpp1891 return BinaryOperator::CreateNot(Result);
2136 return BinaryOperator::CreateNot(Xor);
2145 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
2152 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");
2159 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
2166 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");
H A DInstCombineAddSub.cpp1376 return BinaryOperator::CreateNot(Op1);
1450 Builder->CreateNot(Y, Y->getName() + ".not"));
H A DInstCombineCasts.cpp918 In = Builder->CreateNot(In, In->getName()+".not");
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h284 /// CreateNeg, CreateNot - Create the NEG and NOT
303 static BinaryOperator *CreateNot(Value *Op, const Twine &Name = "",
305 static BinaryOperator *CreateNot(Value *Op, const Twine &Name,
H A DIRBuilder.h863 Value *CreateNot(Value *V, const Twine &Name = "") { function in class:llvm::IRBuilder
865 return Insert(Folder.CreateNot(VC), Name);
866 return Insert(BinaryOperator::CreateNot(V), Name);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp313 V = Builder.CreateNot(V);
406 Value *NotSrc = Builder.CreateNot(Src);
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h331 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) { function in class:llvm::MCUnaryExpr
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1201 Value *V1 = IRB.CreateNot(I.getOperand(0));
1202 Value *V2 = IRB.CreateNot(I.getOperand(1));
1408 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit);
1411 return IRB.CreateAnd(A, IRB.CreateNot(Sa));
1425 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp678 Check = Builder.CreateNot(Builder.CreateAnd(GE, LE));
1772 return Builder.CreateNot(Op, "neg");
1794 BoolVal = Builder.CreateNot(BoolVal, "lnot");
2231 EmitBinOpCheck(Builder.CreateNot(overflow), Ops);
2233 CGF.EmitTrapCheck(Builder.CreateNot(overflow));
3090 llvm::Value *tmp2 = Builder.CreateNot(tmp);
H A DCGAtomic.cpp309 Result = CGF.Builder.CreateNot(Result);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2144 NewCond = Builder.CreateNot(NewCond,
2234 cast<Instruction>(Builder.CreateNot(PBI->getCondition(),
2255 cast<Instruction>(Builder.CreateNot(PBI->getCondition(),
2416 PBICond = Builder.CreateNot(PBICond, PBICond->getName()+".not");
2420 BICond = Builder.CreateNot(BICond, BICond->getName()+".not");
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1904 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, function in class:BinaryOperator
1911 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, function in class:BinaryOperator
H A DCore.cpp2169 return wrap(unwrap(B)->CreateNot(unwrap(V), Name));
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp903 Res = MCUnaryExpr::CreateNot(Res, getContext());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp921 LV = BinaryOperator::CreateNot(LV, "notinit", ICI);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2375 EdgeMask[part] = Builder.CreateNot(EdgeMask[part]);

Completed in 408 milliseconds