Home
last modified time | relevance | path

Searched defs:UnaryInstruction (Results 1 – 5 of 5) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInstrTypes.h57 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock::iterator IB) in UnaryInstruction() function
66 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/
DInstrTypes.h59 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock::iterator IB) in UnaryInstruction() function
68 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInstrTypes.h59 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock::iterator IB) in UnaryInstruction() function
68 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInstrTypes.h62 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/SandboxIR/
DSandboxIR.h119 class UnaryInstruction; variable
857 friend class UnaryInstruction; variable
1489 UnaryInstruction(ClassID ID, Opcode Opc, llvm::Instruction *LLVMI, in UnaryInstruction() function