Home
last modified time | relevance | path

Searched refs:PromBits (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13954 unsigned PromBits = N->getOperand(0).getValueSizeInBits(); in DAGCombineExtBoolTrunc() local
13965 assert(PromBits < OpBits && "Truncation not to a smaller bit count?"); in DAGCombineExtBoolTrunc()
13970 OpBits-PromBits))) || in DAGCombineExtBoolTrunc()
13973 (OpBits-(PromBits-1)))) { in DAGCombineExtBoolTrunc()
14090 N->getValueSizeInBits(0), PromBits), in DAGCombineExtBoolTrunc()
14097 DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl, ShiftAmountTy); in DAGCombineExtBoolTrunc()