Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
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()
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
DInstCombineVectorOps.cpp298 Value *TrueVal = SI->getTrueValue(); in visitExtractElementInst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1967 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local
1977 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
DSelectionDAGBuilder.cpp2953 SDValue TrueVal = getValue(I.getOperand(1)); in visitSelect() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp581 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors() local
DGVN.cpp2269 Value *TrueVal = ConstantInt::getTrue(TrueSucc->getContext()); in processInstruction() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1700 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/
DConstantFold.cpp767 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp327 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
DInstructionSimplify.cpp3151 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/
DBitcodeReader.cpp3591 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
3606 Value *TrueVal, *FalseVal, *Cond; in ParseFunctionBody() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3431 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/
DSimplifyCFG.cpp1903 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/
DPatternMatch.h967 Value *TrueVal = SI->getTrueValue(); in match() local
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2329 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1889 int64_t TrueVal = TrueC->getSExtValue(); in lowerSELECT_CC() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3629 const int64_t TrueVal = CTVal->getSExtValue(); in LowerSELECT_CC() local