Searched defs:OpBits (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h | 197 static bool add(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in add() 201 static bool sub(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in sub() 205 static bool mul(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in mul() 209 static bool rem(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in rem() 217 static bool div(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in div() 225 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd() 231 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr() 237 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor() 255 static void shiftLeft(const IntegralAP A, const IntegralAP B, unsigned OpBits, in shiftLeft() 261 unsigned OpBits, IntegralAP *R) { in shiftRight()
|
H A D | Boolean.h | 125 static bool add(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in add() 130 static bool sub(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in sub() 135 static bool mul(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in mul()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1981 if (const BitsInit *OpBits = dyn_cast<BitsInit>(EncodedValue->getValue())) in addOneOperandFields() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 14100 unsigned OpBits = N->getOperand(0).getValueSizeInBits(); in DAGCombineTruncBoolExt() local 14481 unsigned OpBits = in DAGCombineExtBoolTrunc() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 13620 unsigned OpBits = Op.getScalarValueSizeInBits(); in visitSIGN_EXTEND() local 13910 unsigned OpBits = SrcVT.getScalarSizeInBits(); in visitZERO_EXTEND() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 42134 APInt OpBits = APInt::getAllOnes(EltSizeInBits); in SimplifyDemandedVectorEltsForTargetNode() local
|