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

  /external/llvm/include/llvm/IR/
NoFolder.h 163 Instruction *CreateNSWNeg(Constant *C) const {
164 return BinaryOperator::CreateNSWNeg(C);
InstrTypes.h 291 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "",
293 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 54 milliseconds