Searched refs:old_constant (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h495 static bool UnfoldConstant(llvm::Constant *old_constant,
H A DIRForTarget.cpp1536 bool IRForTarget::UnfoldConstant(Constant *old_constant, argument
1545 for (llvm::User *u : old_constant->users())
1563 [&value_maker, &entry_instruction_finder, old_constant,
1568 if (constant_expr->getOperand(0) != old_constant)
1587 [&value_maker, &entry_instruction_finder, old_constant,
1591 if (ptr == old_constant)
1603 if (operand == old_constant)
1637 old_constant, value_maker.GetValue(inst->getParent()->getParent()));
1647 if (!isa<GlobalValue>(old_constant)) {
1648 old_constant
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-cfg.c3283 bool old_constant; local
3300 old_constant = TREE_CONSTANT (t);
3314 if (old_constant != new_constant)

Completed in 129 milliseconds