Home
last modified time | relevance | path

Searched defs:TrueValue (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp206 MachineOperand &TrueValue = (*I)->getOperand(1); in expandAndMergeISELs() local
273 MachineOperand &TrueValue = (*MI)->getOperand(1); in handleSpecialCases() local
429 MachineOperand &TrueValue = MI->getOperand(1); // Value to store if in populateBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp558 SDValue TrueValue = Op.getOperand(2); in LowerSELECT_CC() local
772 MachineOperand &TrueValue = MI.getOperand(3); in emitSelectCC() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp271 Value *TrueValue = ConstantInt::getTrue(F.getContext()); in lowerIncomingArguments() local
H A DCodeGenPrepare.cpp4111 auto *TrueValue = CurrentSelect->getTrueValue(); in FillPlaceholders() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp397 Value *TrueValue = SI->getTrueValue(); in replace() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1585 SDValue TrueValue = getBoolConstant(true, DL, VT, VT); in getLogicalNOT() local
1591 SDValue TrueValue = getBoolConstant(true, DL, VT, VT); in getVPLogicalNOT() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6706 APInt TrueValue = TrueOpt->Value; in tryFoldSelectOfConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7131 APInt TrueValue; in getRangeViaFactoring() member