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

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

Completed in 470 milliseconds