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

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 94 static LVILatticeVal getNot(Constant *C) {
529 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
617 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
645 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
811 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 126 return Fold(ConstantExpr::getNot(C));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 114 return ConstantExpr::getNot(C);
Constants.h     [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 199 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
Core.cpp 872 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal)));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 468 Result[i].first = ConstantExpr::getNot(Result[i].first);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 924 See the method [llvm::ConstantExpr::getNot]. *)
    [all...]

Completed in 242 milliseconds