Home
last modified time | relevance | path

Searched refs:RepValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp875 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local
877 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType()); in OptimizeGlobalAddressOfMalloc()
903 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()
953 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()
954 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11596 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local
11597 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()
11598 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()
11600 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()