Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp927 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local
929 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType()); in OptimizeGlobalAddressOfMalloc()
955 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()
1006 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()
1007 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13223 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local
13224 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()
13225 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()
13227 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()