/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h | 198 return CheckAddSubMulUB<std::plus>(A, B, OpBits, R); in sub() argument 202 return CheckAddSubMulUB<std::minus>(A, B, OpBits, R); in mul() argument 206 return CheckAddSubMulUB<std::multiplies>(A, B, OpBits, R); in rem() argument 194 add(IntegralAP A,IntegralAP B,unsigned OpBits,IntegralAP * R) add() argument 214 div(IntegralAP A,IntegralAP B,unsigned OpBits,IntegralAP * R) div() argument 222 bitAnd(IntegralAP A,IntegralAP B,unsigned OpBits,IntegralAP * R) bitAnd() argument 228 bitOr(IntegralAP A,IntegralAP B,unsigned OpBits,IntegralAP * R) bitOr() argument 234 bitXor(IntegralAP A,IntegralAP B,unsigned OpBits,IntegralAP * R) bitXor() argument 252 shiftLeft(const IntegralAP A,const IntegralAP B,unsigned OpBits,IntegralAP * R) shiftLeft() argument 258 shiftRight(const IntegralAP A,const IntegralAP B,unsigned OpBits,IntegralAP * R) shiftRight() argument [all...] |
H A D | Boolean.h | 130 static bool sub(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in add() argument 135 static bool mul(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in sub() argument 140 mul(Boolean A,Boolean B,unsigned OpBits,Boolean * R) mul() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1931 if (const BitsInit *OpBits = dyn_cast<BitsInit>(EncodedValue->getValue())) addOneOperandFields() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 13887 unsigned OpBits = N->getOperand(0).getValueSizeInBits(); DAGCombineTruncBoolExt() local 14268 unsigned OpBits = DAGCombineExtBoolTrunc() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 13426 unsigned OpBits = Op.getScalarValueSizeInBits(); visitSIGN_EXTEND() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41208 APInt OpBits = APInt::getAllOnes(EltSizeInBits); SimplifyDemandedVectorEltsForTargetNode() local [all...] |