Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDBoolean.h124 static bool add(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in add()
129 static bool sub(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in sub()
134 static bool mul(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in mul()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDFixedLenDecoderEmitter.cpp2039 if (const BitsInit *OpBits = dyn_cast<BitsInit>(EncodedValue->getValue())) in populateInstruction() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp12389 unsigned OpBits = N->getOperand(0).getValueSizeInBits(); in DAGCombineTruncBoolExt() local
12782 unsigned OpBits = in DAGCombineExtBoolTrunc() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp9638 unsigned OpBits = Op.getScalarValueSizeInBits(); in visitSIGN_EXTEND() local