Searched refs:CreateMod (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCExpr.h389 static const MCBinaryExpr *CreateMod(const MCExpr *LHS, const MCExpr *RHS, function in class:llvm::MCBinaryExpr
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp198 case Instruction::SRem: return MCBinaryExpr::CreateMod(LHS, RHS, Ctx);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1552 case Instruction::SRem: return MCBinaryExpr::CreateMod(LHS, RHS, Ctx);

Completed in 91 milliseconds