| /external/llvm/lib/Transforms/InstCombine/ |
| 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() 452 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz() 505 Value *TrueVal = SI.getTrueValue(); in visitSelectInstWithICmp() local 839 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, in foldSelectICmpAnd() 912 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
|
| D | InstCombineVectorOps.cpp | 298 Value *TrueVal = SI->getTrueValue(); in visitExtractElementInst() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 1967 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local 1977 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
|
| D | SelectionDAGBuilder.cpp | 2953 SDValue TrueVal = getValue(I.getOperand(1)); in visitSelect() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 581 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors() local
|
| D | GVN.cpp | 2269 Value *TrueVal = ConstantInt::getTrue(TrueSucc->getContext()); in processInstruction() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelLowering.cpp | 1700 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 1760 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() local
|
| /external/llvm/lib/IR/ |
| D | ConstantFold.cpp | 767 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
|
| /external/llvm/lib/Analysis/ |
| D | CFLAliasAnalysis.cpp | 327 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
|
| D | InstructionSimplify.cpp | 3151 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst() 3235 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst()
|
| /external/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 3591 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 3606 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 3431 SDValue TrueVal, SDValue ARMcc, SDValue CCR, in getCMOV() 3461 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local 4088 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 7722 SDValue TrueVal = OtherOp; in combineSelectAndUse() local 9743 SDValue TrueVal = N->getOperand(1); in PerformCMOVCombine() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 1903 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode() local 2633 ConstantInt *TrueVal = dyn_cast<ConstantInt>(Select->getTrueValue()); in SimplifySwitchOnSelect() local
|
| /external/llvm/include/llvm/IR/ |
| D | PatternMatch.h | 967 Value *TrueVal = SI->getTrueValue(); in match() local
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 2329 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 1889 int64_t TrueVal = TrueC->getSExtValue(); in lowerSELECT_CC() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 3629 const int64_t TrueVal = CTVal->getSExtValue(); in LowerSELECT_CC() local
|