/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() 398 static Value *foldSelectICmpAndOr(SelectInst &SI, Value *TrueVal, in foldSelectICmpAndOr() 475 Value *TrueVal = SI.getTrueValue(); in visitSelectInstWithICmp() local 752 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, in foldSelectICmpAnd() 825 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
|
D | InstCombineVectorOps.cpp | 297 Value *TrueVal = SI->getTrueValue(); in visitExtractElementInst() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2503 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local 2518 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 575 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors() local
|
D | GVN.cpp | 2259 Value *TrueVal = ConstantInt::getTrue(TrueSucc->getContext()); in processInstruction() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1325 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 1385 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() local
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 741 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2717 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst() 2746 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 955 Value *TrueVal = SI->getTrueValue(); in match() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1819 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode() local 2583 ConstantInt *TrueVal = dyn_cast<ConstantInt>(Select->getTrueValue()); in SimplifySwitchOnSelect() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3427 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local 4023 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 7661 SDValue TrueVal = OtherOp; in combineSelectAndUse() local 9571 SDValue TrueVal = N->getOperand(1); in PerformCMOVCombine() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 2326 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1765 int64_t TrueVal = TrueC->getSExtValue(); in lowerSELECT_CC() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 3270 const int64_t TrueVal = CTVal->getSExtValue(); in LowerSELECT_CC() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2908 SDValue TrueVal = getValue(I.getOperand(1)); in visitSelect() local
|