HomeSort by: relevance | last modified time | path
    Searched defs:CreateNot (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 1595 Value *CreateNot(Value *V, const Twine &Name = "") {
1597 return Insert(Folder.CreateNot(VC), Name);
1598 return Insert(BinaryOperator::CreateNot(V), Name);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2606 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name,
2613 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name,
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1604 func (b Builder) CreateNot(v Value, name string) (rv Value) {

Completed in 32 milliseconds