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 637 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
641 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
696 static CmpInst *Create(OtherOps Op,
705 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
709 OtherOps getOpcode() const {
710 return static_cast<OtherOps>(Instruction::getOpcode());
    [all...]
Instruction.h 408 enum OtherOps {
Instructions.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 244 CompareConstantExpr(Type *ty, Instruction::OtherOps opc,
Instructions.cpp     [all...]
Constants.cpp     [all...]

Completed in 340 milliseconds