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

  /external/llvm/include/llvm/Support/
NoFolder.h 163 Instruction *CreateNSWNeg(Constant *C) const {
164 return BinaryOperator::CreateNSWNeg(C);
IRBuilder.h 759 Value *CreateNSWNeg(Value *V, const Twine &Name = "") {
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 593 milliseconds