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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp936 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF();
937 if (AVal < BVal)
1056 ConstantInt *BVal = mdconst::extract<ConstantInt>(B->getOperand(0));
1057 if (AVal->getZExtValue() < BVal->getZExtValue())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp225 const APInt *BVal, *CVal; local
226 if (!match(B, m_APInt(BVal)) || !match(C, m_APInt(CVal)))
231 (void)BVal->sadd_ov(*CVal, Overflow);
233 (void)BVal->ssub_ov(*CVal, Overflow);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1994 uint32_t BVal = B->getZExtValue(); local
1997 if (0 < BVal && BVal <= CVal && CVal < 32) {
2001 ReplaceNode(N, getS_BFE(Opcode, SDLoc(N), Shl.getOperand(0), CVal - BVal,

Completed in 303 milliseconds