Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h123 static bool add(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in add()
128 static bool sub(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in sub()
133 static bool mul(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in mul()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp2065 if (const BitsInit *OpBits = dyn_cast<BitsInit>(EncodedValue->getValue())) in populateInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13019 unsigned OpBits = N->getOperand(0).getValueSizeInBits(); in DAGCombineTruncBoolExt() local
13412 unsigned OpBits = in DAGCombineExtBoolTrunc() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10803 unsigned OpBits = Op.getScalarValueSizeInBits(); in visitSIGN_EXTEND() local