Home
last modified time | relevance | path

Searched defs:FalseValue (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp207 MachineOperand &FalseValue = (*I)->getOperand(2); in expandAndMergeISELs() local
274 MachineOperand &FalseValue = (*MI)->getOperand(2); in handleSpecialCases() local
431 MachineOperand &FalseValue = MI->getOperand(2); // Value to store if in populateBlocks() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3878 auto *FalseValue = CurrentSelect->getFalseValue(); in FillPlaceholders() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp7074 APInt FalseValue; in getRangeViaFactoring() member