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

  /external/clang/test/CodeGenCXX/
visibility-inlines-hidden.cpp 142 class UnaryInstruction {
143 UnaryInstruction() {
  /external/llvm/include/llvm/IR/
InstVisitor.h 177 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);}
178 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);}
199 RetTy visitVAArgInst(VAArgInst &I) { DELEGATE(UnaryInstruction);}
203 RetTy visitExtractValueInst(ExtractValueInst &I){ DELEGATE(UnaryInstruction);}
237 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
241 RetTy visitUnaryInstruction(UnaryInstruction &I){ DELEGATE(Instruction);}
InstrTypes.h 275 // UnaryInstruction Class
278 class UnaryInstruction : public Instruction {
282 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
287 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE)
299 ~UnaryInstruction() override;
318 struct OperandTraits<UnaryInstruction> :
319 public FixedNumOperandTraits<UnaryInstruction, 1> {
322 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(UnaryInstruction, Value)
584 class CastInst : public UnaryInstruction {
591 : UnaryInstruction(Ty, iType, S, InsertBefore)
    [all...]
Instructions.h 77 class AllocaInst : public UnaryInstruction {
178 class LoadInst : public UnaryInstruction {
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 49 // UnaryInstruction Class
53 UnaryInstruction::~UnaryInstruction() {
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 145 bool visitUnaryInstruction(UnaryInstruction &I);
497 bool CallAnalyzer::visitUnaryInstruction(UnaryInstruction &I) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 163 milliseconds