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

  /external/llvm/include/llvm/IR/
NoFolder.h 166 Instruction *CreateNUWNeg(Constant *C) const {
167 return BinaryOperator::CreateNUWNeg(C);
InstrTypes.h 295 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "",
297 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]

Completed in 86 milliseconds