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

  /external/llvm/include/llvm/IR/
InstrTypes.h 642 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
646 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
701 static CmpInst *Create(OtherOps Op,
710 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
714 OtherOps getOpcode() const {
715 return static_cast<OtherOps>(Instruction::getOpcode());
    [all...]
Instruction.h 426 enum OtherOps {
Instructions.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 247 CompareConstantExpr(Type *ty, Instruction::OtherOps opc,
Instructions.cpp     [all...]
Constants.cpp     [all...]

Completed in 585 milliseconds