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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 125 Constant *CreateNot(Constant *C) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 113 Constant *CreateNot(Constant *C) const {
NoFolder.h 172 Instruction *CreateNot(Constant *C) const {
173 return BinaryOperator::CreateNot(C);
IRBuilder.h     [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 355 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 148 milliseconds