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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 125 Constant *CreateNot(Constant *C) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 113 Constant *CreateNot(Constant *C) const {
NoFolder.h 172 Instruction *CreateNot(Constant *C) const {
173 return BinaryOperator::CreateNot(C);
IRBuilder.h     [all...]

Completed in 90 milliseconds