HomeSort by: relevance | last modified time | path
    Searched refs:TVI (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 435 if (auto *TVI = dyn_cast<BinaryOperator>(TrueVal)) {
436 if (TVI->hasOneUse() && !isa<Constant>(FalseVal)) {
437 if (unsigned SFO = getSelectFoldableOperands(TVI)) {
439 if ((SFO & 1) && FalseVal == TVI->getOperand(0)) {
441 } else if ((SFO & 2) && FalseVal == TVI->getOperand(1)) {
446 Constant *C = ConstantExpr::getBinOpIdentity(TVI->getOpcode(),
447 TVI->getType(), true);
448 Value *OOp = TVI->getOperand(2-OpToFold);
456 NewSel->takeName(TVI);
457 BinaryOperator *BO = BinaryOperator::Create(TVI->getOpcode()
    [all...]
  /src/share/terminfo/
terminfo 3163 # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
11006 #### TeleVideo (tvi)
11173 # tvi{912,920}[bc] - TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C
11199 # TVI-912B - very odd layout, no function keys (84 keys)
11200 # TVI-920B - typewriter layout, no function keys (103 keys)
11201 # TVI-912C - very odd layout, function keys F1-F11 (82 keys
    [all...]

Completed in 89 milliseconds