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

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 93 static LVILatticeVal getNot(Constant *C) {
528 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
612 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
640 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
806 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/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
Core.cpp 750 return wrap(ConstantExpr::getNot(unwrap<Constant>(ConstantVal)));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 443 Result[i].first = ConstantExpr::getNot(Result[i].first);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 820 See the method [llvm::ConstantExpr::getNot]. *)
    [all...]

Completed in 349 milliseconds