Home
last modified time | relevance | path

Searched refs:AVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1162 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local
1164 if (AVal < BVal) in getMostGenericFPMath()
1346 ConstantInt *AVal = mdconst::extract<ConstantInt>(A->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local
1348 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6941 SDValue PVal, AVal, KVal, QVal; in prepareSREMEqFold() local
6958 AVal = DAG.getBuildVector(VT, DL, AAmts); in prepareSREMEqFold()
6967 AVal = DAG.getSplatVector(VT, DL, AAmts[0]); in prepareSREMEqFold()
6973 AVal = AAmts[0]; in prepareSREMEqFold()
6988 Op0 = DAG.getNode(ISD::ADD, DL, VT, Op0, AVal); in prepareSREMEqFold()