OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dyn_castZExtVal
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
422
///
dyn_castZExtVal
- Checks if V is a zext or constant that can
424
static Value *
dyn_castZExtVal
(Value *V, Type *Ty) {
495
if (Value *ZOp1 =
dyn_castZExtVal
(Op1, ZOp0->getSrcTy()))
649
if (Value *ZOp1 =
dyn_castZExtVal
(Op1, ZOp0->getSrcTy()))
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
932
///
dyn_castZExtVal
- Checks if V is a zext or constant that can
934
static Value *
dyn_castZExtVal
(Value *V, Type *Ty) {
[
all
...]
Completed in 1004 milliseconds