OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CmpRHS
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
36
Value *
CmpRHS
= ICI->getOperand(1);
41
RHS =
CmpRHS
;
44
if (TrueVal == CmpLHS && FalseVal ==
CmpRHS
) {
59
if (TrueVal ==
CmpRHS
&& FalseVal == CmpLHS) {
73
if (ConstantInt *C1 = dyn_cast<ConstantInt>(
CmpRHS
)) {
406
Value *
CmpRHS
= IC->getOperand(1);
408
if (!match(
CmpRHS
, m_Zero()))
474
Value *
CmpRHS
= ICI->getOperand(1);
482
if (ConstantInt *CI = dyn_cast<ConstantInt>(
CmpRHS
)) {
517
else if (
CmpRHS
->getType()->getScalarSizeInBits(
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
209
CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *
cmprhs
,
214
: CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle),
CmpRHS
(
cmprhs
),
221
// CmpLHS/
CmpRHS
/CmpMHS - The LHS/MHS/RHS of the comparison to emit.
224
const Value *CmpLHS, *CmpMHS, *
CmpRHS
;
TargetLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
Completed in 121 milliseconds