Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1537 Constant *LowC, *HighC; in canonicalizeClampLike() local
1538 if (!match(ReplacementLow, m_ImmConstant(LowC)) || in canonicalizeClampLike()
1543 ConstantFoldCastOperand(Instruction::SExt, LowC, X->getType(), DL); in canonicalizeClampLike()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2731 const MCExpr *LowC = lowerConstant(CE); in getAliasOffset() local
2732 const MCBinaryExpr *CBE = dyn_cast<MCBinaryExpr>(LowC); in getAliasOffset()