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 93 static LVILatticeVal getNot(Constant *C) {
528 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
616 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
644 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
810 Result = LVILatticeVal::getNot(cast<Constant>(ICI->getOperand(1)));
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/Support/
ConstantFolder.h 114 return ConstantExpr::getNot(C);
TargetFolder.h 126 return Fold(ConstantExpr::getNot(C));
  /external/llvm/unittests/IR/
ConstantsTest.cpp 199 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
Core.cpp 770 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal)));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 452 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 820 See the method [llvm::ConstantExpr::getNot]. *)
    [all...]

Completed in 306 milliseconds