Home
last modified time | relevance | path

Searched refs:buildNeg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1997 MachineInstrBuilder buildNeg(const DstOp &Dst, const SrcOp &Src0) { in buildNeg() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5778 auto Neg = Builder.buildNeg(Ty, AShr); in applySDivByPow2()
H A DLegalizerHelper.cpp7531 Amt = MIRBuilder.buildNeg(DstTy, Amt).getReg(0); in lowerRotate()