Home
last modified time | relevance | path

Searched defs:OpBits (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h198 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 DBoolean.h130 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 DDecoderEmitter.cpp1931 if (const BitsInit *OpBits = dyn_cast<BitsInit>(EncodedValue->getValue())) addOneOperandFields() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13887 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 DDAGCombiner.cpp13426 unsigned OpBits = Op.getScalarValueSizeInBits(); visitSIGN_EXTEND() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41208 APInt OpBits = APInt::getAllOnes(EltSizeInBits); SimplifyDemandedVectorEltsForTargetNode() local
[all...]