/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 37 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 D | InstCombineVectorOps.cpp | 297 Value *TrueVal = SI->getTrueValue(); in visitExtractElementInst() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 583 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors() local
|
H A D | GVN.cpp | 2280 Value *TrueVal = ConstantInt::getTrue(TrueSucc->getContext()); in processInstruction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 1709 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 D | BitcodeReader.cpp | 2805 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 D | CFLAliasAnalysis.cpp | 300 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
|
H A D | InstructionSimplify.cpp | 3119 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 D | ConstantFold.cpp | 755 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 964 Value *TrueVal = SI->getTrueValue(); in match() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3551 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 D | SimplifyCFG.cpp | 1921 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 D | SparcISelLowering.cpp | 2331 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1766 int64_t TrueVal = TrueC->getSExtValue(); in lowerSELECT_CC() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2953 SDValue TrueVal = getValue(I.getOperand(1)); in visitSelect() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3644 const int64_t TrueVal = CTVal->getSExtValue(); in LowerSELECT_CC() local
|