HomeSort by relevance Sort by last modified time
    Searched refs:CreateNot (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 62 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
StructurizeCFG.cpp 338 return BinaryOperator::CreateNot(Condition, "", Parent->getTerminator());
  /external/llvm/include/llvm/Support/
NoFolder.h 172 Instruction *CreateNot(Constant *C) const {
173 return BinaryOperator::CreateNot(C);
ConstantFolder.h 113 Constant *CreateNot(Constant *C) const {
TargetFolder.h 125 Constant *CreateNot(Constant *C) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 747 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());
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 284 /// 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,
    [all...]
IRBuilder.h 821 Value *CreateNot(Value *V, const Twine &Name = "") {
823 return Insert(Folder.CreateNot(VC), Name);
824 return Insert(BinaryOperator::CreateNot(V), Name);
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 313 V = Builder.CreateNot(V);
406 Value *NotSrc = Builder.CreateNot(Src);
  /external/llvm/include/llvm/MC/
MCExpr.h 331 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 675 Check = Builder.CreateNot(Builder.CreateAnd(GE, LE));
    [all...]
CGAtomic.cpp 307 Result = CGF.Builder.CreateNot(Result);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 882 Res = MCUnaryExpr::CreateNot(Res, getContext());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1936 milliseconds