Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp256 Value *TrueValue = ConstantInt::getTrue(F.getContext()); in lowerIncomingArguments() local
H A DCodeGenPrepare.cpp3757 auto *TrueValue = CurrentSelect->getTrueValue(); in FillPlaceholders() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3611 int TrueValue; in ExpandNode() local
H A DSelectionDAG.cpp1328 SDValue TrueValue = getBoolConstant(true, DL, VT, VT); in getLogicalNOT() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2916 Value *TrueValue = TrueRet->getReturnValue(); in SimplifyCondBranchToTwoReturns() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6220 APInt TrueValue; in getRangeViaFactoring() member