Home
last modified time | relevance | path

Searched defs:TrueVal (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp37 Value *TrueVal = SI->getTrueValue(); in MatchSelectPattern() local
235 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp()
391 static Value *foldSelectICmpAndOr(const SelectInst &SI, Value *TrueVal, in foldSelectICmpAndOr()
449 Value *TrueVal = SI.getTrueValue(); in visitSelectInstWithICmp() local
780 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, in foldSelectICmpAnd()
853 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
H A DInstCombineVectorOps.cpp297 Value *TrueVal = SI->getTrueValue(); in visitExtractElementInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp583 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors() local
H A DGVN.cpp2280 Value *TrueVal = ConstantInt::getTrue(TrueSucc->getContext()); in processInstruction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1709 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local
1769 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() local
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2805 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
2820 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp300 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
H A DInstructionSimplify.cpp3119 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst()
3203 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp755 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h964 Value *TrueVal = SI->getTrueValue(); in match() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3551 SDValue TrueVal, SDValue ARMcc, SDValue CCR, in getCMOV()
3581 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
4228 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local
7865 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
9780 SDValue TrueVal = N->getOperand(1); in PerformCMOVCombine() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1921 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode() local
2654 ConstantInt *TrueVal = dyn_cast<ConstantInt>(Select->getTrueValue()); in SimplifySwitchOnSelect() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2331 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1766 int64_t TrueVal = TrueC->getSExtValue(); in lowerSELECT_CC() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2953 SDValue TrueVal = getValue(I.getOperand(1)); in visitSelect() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3644 const int64_t TrueVal = CTVal->getSExtValue(); in LowerSELECT_CC() local