OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShVal
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
308
Value *
ShVal
= ConstantInt::get(V->getType(), i);
309
ShVal
= Builder.CreateLShr(V,
ShVal
, "ctlz.sh");
310
V = Builder.CreateOr(V,
ShVal
, "ctlz.step");
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
256
Value *
ShVal
= Op->getOperand(0);
257
ShVal
= Builder->CreateLShr(
ShVal
, OpRHS, Op->getName());
258
return BinaryOperator::CreateAnd(
ShVal
, AndRHS, TheAnd.getName());
[
all
...]
Completed in 75 milliseconds